ray.rllib.utils.replay_buffers.multi_agent_prioritized_replay_buffer.MultiAgentPrioritizedReplayBuffer.stats#

MultiAgentPrioritizedReplayBuffer.stats(debug: bool = False) Dict[source]#

Returns the stats of this buffer and all underlying buffers.

Parameters:
  • debug – If True, stats of underlying replay buffers will

  • debug=True. (be fetched with) –

Returns:

Dictionary of buffer stats.

Return type:

stat

DeveloperAPI: This API may change across minor Ray releases.