ray.rllib.utils.replay_buffers.multi_agent_replay_buffer.MultiAgentReplayBuffer.stats#

MultiAgentReplayBuffer.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.