stats#

PrioritizedReplayBuffer.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:

Dict

DeveloperAPI: This API may change across minor Ray releases.