stats#
- ReplayBuffer.stats(debug: bool = False) dict[source]#
Returns the stats of this buffer.
- Parameters:
debug (bool) – If True, adds sample eviction statistics to the returned stats dict.
- Returns:
A dictionary of stats about this buffer.
- Return type:
DeveloperAPI: This API may change across minor Ray releases.