Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
itaicaspi committed May 28, 2017
1 parent 812ef04 commit b3b91aa
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# mgail
Model-Based Generative Adversarial Imitation Learning
## Model-Based Generative Adversarial Imitation Learning

Code for ICML 2017 paper "End-to-End Differentiable Adversarial Imitation Learning", by Nir Baram, Oron Anschel, Itai Caspi, Shie Mannor.

## Dependencies
* Gym >= 0.8.1
* Mujoco-py >= 0.5.7
* Tensorflow >= 1.0.1

## Running
Run the following command to train the Mujoco Hopper environment by imitating an expert trained with TRPO

```python
python main.py
```

0 comments on commit b3b91aa

Please sign in to comment.