apply#
- ReplayBuffer.apply(func: Callable[[Any, Any | None, Any | None], T], *args, **kwargs) T#
Calls the given function with this Actor instance.
A generic interface for applying arbitrary member functions on a remote actor.
- Parameters:
- Returns:
The return value of the function call.
- Return type:
T
DeveloperAPI: This API may change across minor Ray releases.