Skip to content

Pytorch implementation of hindsight experience replay

Notifications You must be signed in to change notification settings

starry-sky6688/HER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HER

This is a pytorch implementation of HER:Hindsight Experience Replay.

Requirements

  • python=3.6.5
  • gym=0.14
  • mujoco-py=1.50.1.68 (Only supports ubuntu, students can use it for free for one year)
  • torch=1.1.0
  • mpi4py

Quick Start

$ python main.py --env_name='FetchReach-v1'

About

Pytorch implementation of hindsight experience replay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages