ray-project/ray

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

Opened this issue · 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.