Module generic_replay_buffer

Source
Expand description

A generic implementation of replay buffer.

Structs§

GenericTransitionBatch
A generic implementation of TransitionBatch.
IwScheduler
Scheduler of the exponent of importance weight for PER.
PerConfig
Configuration for prioritized experience replay.
SimpleReplayBuffer
A simple generic replay buffer.
SimpleReplayBufferConfig
Configuration of SimpleReplayBuffer.
SimpleStepProcessor
A generic implementation of StepProcessor.
SimpleStepProcessorConfig
Configuration of SimpleStepProcessor.

Enums§

WeightNormalizer
Specifies how to normalize the importance weights in a prioritized batch.

Traits§

BatchBase
A generic implementation of a batch of items.