Skip to content

TensorFlow implementation for our paper "Exploration via Hindsight Goal Generation"

License

Notifications You must be signed in to change notification settings

Stilwell-Git/Hindsight-Goal-Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hindsight Goal Generation (HGG)

This is a TensorFlow implementation for our paper Exploration via Hindsight Goal Generation accepted by NeurIPS 2019.

Requirements

  1. Python 3.6.9
  2. MuJoCo == 1.50.1.68
  3. TensorFlow >= 1.8.0
  4. BeautifulTable == 0.7.0
  5. gym < 0.22

Running Commands

Run the following commands to reproduce our main results shown in section 5.1.

python train.py --tag='HGG_fetch_push' --env=FetchPush-v1
python train.py --tag='HGG_fetch_pick' --env=FetchPickAndPlace-v1
python train.py --tag='HGG_hand_block' --env=HandManipulateBlock-v0
python train.py --tag='HGG_hand_egg' --env=HandManipulateEgg-v0

python train.py --tag='HGG_fetch_push_with_obstacle' --env=FetchPush-v1 --goal=obstacle

About

TensorFlow implementation for our paper "Exploration via Hindsight Goal Generation"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published