Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 820 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 820 Bytes

HECOGrid

Adapted from MARLGrid here

Installation

Set up the environment

conda create -n hecogrid
conda install pip
pip install -e .
pip install opencv-python

Initializing the environments

test.py contains a demonstration of how each task can be used

Citation

If you find this code or paper useful, please use the following reference:

@article{Liu2022StatefulAF,
  title={Stateful active facilitator: Coordination and Environmental Heterogeneity in Cooperative Multi-Agent Reinforcement Learning},
  author={Dianbo Liu and Vedant Shah and Oussama Boussif and Cristian Meo and Anirudh Goyal and Tianmin Shu and Michael Curtis Mozer and Nicolas Manfred Otto Heess and Yoshua Bengio},
  journal={ArXiv},
  year={2022},
  volume={abs/2210.03022}
}