Skip to content

A simple, readable, and complete, implementation of Hindsight Experience Replay and its variants.

Notifications You must be signed in to change notification settings

carloderamo/MushroomHER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MushroomHER

A simple, readable, and complete, implementation of Hindsight Experience Replay and its variants.

How to run

The run.py script uses the library mpi4py to do multithreading, as described in "Hindsight Experience Replay". To run a simple experiment, execute:

mpirun --use-hwthread-cpus -n 1 python3 run.py --name FetchReach-v1.

To run a simple an advanced experiment, using 19 threads for 38 train episodes, execute:

mpirun --use-hwthread-cpus -n 19 python run.py --name FetchPush-v1 --train-episodes 38

About

A simple, readable, and complete, implementation of Hindsight Experience Replay and its variants.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages