mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-20 13:11:01 +08:00
Storages
This folder contains storages / replay memories that are used in reinforcement learning.
What to look/check next?
Check the algos folder (especially the algos/rl_algo file) and the samplers folder.
References
[1] "Reinforcement Learning for robots using neural networks", Lin, 1993 [2] "Playing Atari with Deep Reinforcement Learning", Mnih et al., 2013 [3] "Prioritized Experience Replay", Schaul, 2015 [4] "Hindsight Experience Replay", Andrychowicz et al., 2017