项目作者: SioKCronin

项目描述 :
PPO with Hindsight Experience Replay (HER)
高级语言: Python
项目地址: git://github.com/SioKCronin/Hindsight-Experience-Replay.git
创建时间: 2018-03-26T18:54:58Z
项目社区:https://github.com/SioKCronin/Hindsight-Experience-Replay

开源协议:

下载


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