/GAIL_LSTM

Primary LanguagePythonOtherNOASSERTION

gail-driver

Utilities and scripts used to perform experiments described in "Imitating Driver Behavior with Generative Adversarial Networks". Built on rllab and source code for generative adversarial imitation learning.

Train a model from the command line by running:

python scripts/train_gail_model.py

An ego vehicle trained through Generative Adversarial Imitation Learning (blue) navigating a congested highway scene.

References

Jonathan Ho, Stefano Ermon. "Generative Adversarial Imitation Learning". Advances in Neural Information Processing Systems (NIPS), 2016

Yan Duan, Xi Chen, Rein Houthooft, John Schulman, Pieter Abbeel. "Benchmarking Deep Reinforcement Learning for Continuous Control". Proceedings of the 33rd International Conference on Machine Learning (ICML), 2016.