Skip to content

Farama-Foundation/Multi-Agent-ALE

 
 

Repository files navigation

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}
}

About

The Arcade Learning Environment (ALE) -- a platform for AI research.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 75.0%
  • IDL 15.8%
  • TeX 4.8%
  • C 2.0%
  • M4 1.3%
  • Python 0.7%
  • Other 0.4%