ray.rllib.utils.replay_buffers.replay_buffer.ReplayBuffer.stats# ReplayBuffer.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. DeveloperAPI: This API may change across minor Ray releases.