Adapted from MARLGrid here
Set up the environment
conda create -n hecogrid
conda install pip
pip install -e .
pip install opencv-python
test.py
contains a demonstration of how each task can be used
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}
}