ray.rllib.utils.replay_buffers.reservoir_replay_buffer.ReservoirReplayBuffer.stats#

ReservoirReplayBuffer.stats(debug: bool = False) dict[source]#

Returns the stats of this buffer.

Parameters:

debug – If True, adds sample eviction statistics to the returned stats dict.

Returns:

A dictionary of stats about this buffer.