ray.rllib.utils.replay_buffers.prioritized_replay_buffer.PrioritizedReplayBuffer.stats# PrioritizedReplayBuffer.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.