ray
ray copied to clipboard
[RLlib] - Add metrics to `EpisodeReplayBuffer` type classes.
Description
All EpisodeReplayBuffer
s 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.