RoundRobinWriter¶
- class torchrl.data.replay_buffers.RoundRobinWriter(**kw)[source]¶
A RoundRobin Writer class for composable replay buffers.
- add(data: Any) int | torch.Tensor [source]¶
Inserts one piece of data at an appropriate index, and returns that index.