Struct border_core::replay_buffer::SimpleReplayBuffer
source · [−]Expand description
A simple generic replay buffer.
Trait Implementations
type Config = SimpleReplayBufferConfig
type Config = SimpleReplayBufferConfig
Configuration of the replay buffer.
type PushedItem = Batch<O, A>
type PushedItem = Batch<O, A>
Items pushed into the buffer.
Build a replay buffer from Self::Config.
Pushes a transition into the buffer.