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 are fetched with debug=True.
- Returns:
 Dictionary of buffer stats.
- Return type:
 stat
DeveloperAPI: This API may change across minor Ray releases.