Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 742 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 742 Bytes

The Multi-Agent Arcade Learning Environment

Overview

This is a fork of the Arcade Learning Environment (ALE). It is mostly backwards compatible with ALE and it also supports certain games with 2 and 4 players.

To install it in Python, please use pip install multi-agent-ale-py

Note: Some Linux distributions may require manual installation of cmake, swig, or zlib1g-dev (e.g., sudo apt install cmake swig zlib1g-dev)

Citation

@article{terry2020multiplayer,
  title={Multiplayer support for the arcade learning environment},
  author={Terry, J K and Black, Benjamin and Santos, Luis},
  journal={arXiv preprint arXiv:2009.09341},
  year={2020}
}