This is the repository for Towards Zero-Shot Coordination between Teams of Agents: The N-XPlay Framework paper presented at RSS Workshop on Scalable and Resilient Multi-Robot Systems: Decision-Making, Coordination, and Learning 2025.
Paper link: https://arxiv.org/abs/2506.17560. Please email the authors at [email protected] if you have any questions!
- Follow setup instrcution for overcooked_ai from here
- Clone this repository:
git clone [email protected]:HIRO-group/multiHRI.git
- Activate conda env:
conda activate mHRI
- Run:
pip install pip==24.0 wheel==0.38.4 setuptools==65.5.0
- cd into the repo and run:
pip install -e .
. - Install liblsl using conda
Refer to scripts/train_agents.py for examples on how to train different agent trainings.
If you've installed the package as above, you can run the script using:
python scripts/train_agents.py
If you use this repository in any way, please cite:
{@inproceedings{abderezaei2025zeroshotcoordinationteamsagents,
author = {Abderezaei, Ava and Lin, Chi-Hui and Miceli, Joseph and Sivagnanadasan, Naren and Aroca-Ouellette, Stéphane and Brawer, Jake and Roncone, Alessandro},
title = {Towards Zero-Shot Coordination between Teams of Agents: The N-XPlay Framework},
booktitle = {RSS Workshop on Scalable and Resilient Multi-Robot Systems: Decision-Making, Coordination, and Learning},
year = {2025},
organization= {RSS},
month = {June},
numpages = {3},
}