Skip to content

SioKCronin/Hindsight-Experience-Replay

Repository files navigation

Hindsight Experience Replay

OpenAI's Mar 2018 request for research highlighted the research trajectory of combining HER with other advances in RL. The goal of HER Variations is to explore these possibilities.

Requires baselines, which can be installed here: https://github.com/openai/baselines

TODO

  • Combine PPO with experience replay
  • Add IPG
  • Build HER roadmap based on paper
  • Extend to hindsight experience replay

Resources