ray icon indicating copy to clipboard operation
ray copied to clipboard

[RLlib] - Add metrics to `EpisodeReplayBuffer` type classes.

Open simonsays1980 opened this issue 9 months ago • 0 comments

Description

All EpisodeReplayBuffers do not contain any metrics. Implement the new MetricsLogger API into the buffers.

Use case

Get a good view on the contents, stats, and sampling of a buffer.

simonsays1980 avatar May 17 '24 13:05 simonsays1980