edelwace-0.1.0.0: HaskTorch Reinforcement Learning Agents for GACE
Safe HaskellSafe-Inferred
LanguageHaskell2010

RPB

Description

Replay Buffers and Memory Loaders

Synopsis

Documentation

data BufferType Source #

Indicate Buffer Type to be used by Algorithm

Constructors

RPB

Normal Replay Buffer (SAC, TD3)

PER

Prioritized Experience Replay (SAC)

MEM

PPO Style replay Memory (PPO)

ERE

Emphasizing Recent Experience (SAC)

HER

Hindsight Experience Replay (TD3)

Instances

Instances details
Eq BufferType Source # 
Instance details

Defined in RPB

Show BufferType Source # 
Instance details

Defined in RPB