Adds support for Hindsight Experience Replay (HER) (#299)

* Add Hindsight Experience Replay (HER)

* Minor improvements
This commit is contained in:
Matthias Plappert
2018-02-26 17:40:16 +01:00
committed by GitHub
parent df2e846ab7
commit b71152eea0
23 changed files with 1740 additions and 37 deletions

View File

@@ -20,6 +20,7 @@ pip install -e .
- [DDPG](baselines/ddpg)
- [DQN](baselines/deepq)
- [GAIL](baselines/gail)
- [HER](baselines/her)
- [PPO1](baselines/ppo1) (Multi-CPU using MPI)
- [PPO2](baselines/ppo2) (Optimized for GPU)
- [TRPO](baselines/trpo_mpi)