Expand description
A generic implementation of replay buffer.
Structs§
- Generic
Transition Batch - A generic implementation of
TransitionBatch
. - IwScheduler
- Scheduler of the exponent of importance weight for PER.
- PerConfig
- Configuration for prioritized experience replay.
- Simple
Replay Buffer - A simple generic replay buffer.
- Simple
Replay Buffer Config - Configuration of SimpleReplayBuffer.
- Simple
Step Processor - A generic implementation of
StepProcessor
. - Simple
Step Processor Config - Configuration of
SimpleStepProcessor
.
Enums§
- Weight
Normalizer - Specifies how to normalize the importance weights in a prioritized batch.
Traits§
- Batch
Base - A generic implementation of a batch of items.