https://github.com/ermongroup/ma-airl
Multi-Agent Adversarial Inverse Reinforcement Learning, ICML 2019.
https://github.com/ermongroup/ma-airl
Last synced: 12 days ago
JSON representation
Multi-Agent Adversarial Inverse Reinforcement Learning, ICML 2019.
- Host: GitHub
- URL: https://github.com/ermongroup/ma-airl
- Owner: ermongroup
- Created: 2019-05-13T10:46:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T18:37:09.000Z (over 6 years ago)
- Last Synced: 2025-07-24T15:12:02.663Z (3 months ago)
- Language: Python
- Size: 134 KB
- Stars: 210
- Watchers: 15
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Agent Adversarial Inverse Reinforcement Learning
Lantao Yu, Jiaming Song, Stefano Ermon
International Conference on Machine Learning (ICML), 2019.## Running the Code
- For code implementing MA-AIRL, please visit `multi-agent-irl` folder.
- For the OpenAI particle environment code, please visit `multi-agent-particle-envs` folder.## Citation
If you find this code useful, please consider citing our paper:
```
@inproceedings{yu2019multi,
title={Multi-Agent Adversarial Inverse Reinforcement Learning},
author={Yu, Lantao and Song, Jiaming and Ermon, Stefano},
booktitle={International Conference on Machine Learning},
pages={7194--7201},
year={2019}
}
```