wsg1873 / Multi-Explore

Code for "Coordinated Exploration via Intrinsic Rewards for Multi-Agent Reinforcement Learning"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Explore

Code for Coordinated Exploration via Intrinsic Rewards for Multi-Agent Reinforcement Learning (Iqbal and Sha, arXiv 1905.12127)

Requirements

The versions are what were used in this project but are not necessarily strict requirements.

How to Run

All training code is contained within main.py. To view options simply run:

python main.py --help

All hyperparameters can be found in the Appendix of the paper. Default hyperparameters are for Task 1 in the GridWorld environment using 2 agents.

Citing our work

If you use this repo in your work, please consider citing the corresponding paper:

@article{iqbal2019coordinated,
  title={Coordinated Exploration via Intrinsic Rewards for Multi-Agent Reinforcement Learning},
  author={Iqbal, Shariq and Sha, Fei},
  journal={arXiv preprint arXiv:1905.12127},
  year={2019}
}

About

Code for "Coordinated Exploration via Intrinsic Rewards for Multi-Agent Reinforcement Learning"

License:MIT License


Languages

Language:Python 100.0%