Multi-Agent Arcade Learning Environment Python Interface


Keywords
reinforcement-learning, arcade-learning-environment, atari
License
GPL-2.0+
Install
pip install multi-agent-ale-py==0.1.11

Documentation

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

Citation

@article{terry2020arcade,
  Title = {Multiplayer Support for the Arcade Learning Environment},
  Author = {Terry, Justin K and Black, Benjamin},
  journal={arXiv preprint arXiv:2009.09341},
  year={2020}
}