https://github.com/ermongroup/multiagent-gail
https://github.com/ermongroup/multiagent-gail
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ermongroup/multiagent-gail
- Owner: ermongroup
- License: mit
- Created: 2018-10-17T00:01:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T15:35:38.000Z (almost 7 years ago)
- Last Synced: 2025-03-31T16:09:44.423Z (7 months ago)
- Language: Python
- Size: 128 KB
- Stars: 84
- Watchers: 9
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multi-Agent Generative Adversarial Imitation Learning
Source code for our paper: [Multi-Agent Generative Adversarial Imitation Learning](https://arxiv.org/abs/1807.09936)
By [Jiaming Song](http://tsong.me), Hongyu Ren, Dorsa Sadigh, [Stefano Ermon](http://cs.stanford.edu/~ermon)
## Running the Code
- For code implementing MAGAIL, please visit `multiagent-gail` folder.
- For the OpenAI particle environment code, please visit `multiagent-particle-envs` folder.## Citation
If you find this code useful, please consider citing our paper:
```
@article{song2018multi,
title={Multi-agent generative adversarial imitation learning},
author={Song, Jiaming and Ren, Hongyu and Sadigh, Dorsa and Ermon, Stefano},
year={2018}
}
```