- python 3.6.6
- MuJoCo 1.31
- mujoco-py 0.5.7
- OpenAI Gym 0.9.0
- OpenAI Baselines 0.1.5 (in this repository)
- TensorFlow 1.10.0
- See here for detailed procedure.
- openai/imitation
- GAIL implementation of authors
- andrewliao11/gail-tf
- TensorFlow implementation of GAIL
- OpenAI baselines
- Baseline implementation of GAIL
- wsjeon/SVGD
- TensorFlow implementation of Stein variational gradient descent (SVGD)
- BGAIL paper
We use the expert trajectories by using the code given by openai/imitation.
- Download expert trajectories from this link to
expert_trajs/
. - Run
to convert expert trajectories into
python expert_trajs/convert_h5_to_pkl.py
*.pkl
files.
python run.py
will run BGAIL in default setting (see bgail/defaults.py
.)