Skip to content

4SkyNet/Arcade-Learning-Environment

 
 

Repository files navigation

Build Status

Arcade-Learning-Environment

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

Quick start

To compile:

$ cmake -DUSE_SDL=ON -DUSE_RLGLUE=OFF -DBUILD_EXAMPLES=ON .
$ make -j 4

To install python module:

$ pip install .
or
$ pip install --user .

For more details and installation instructions, see the website and manual. To ask questions and discuss, please join the ALE-users group.

Citing ALE

If ALE helps in your research, please cite the following:

@article{bellemare13arcade,
  author = {{Bellemare}, M.~G. and {Naddaf}, Y. and {Veness}, J. and {Bowling}, M.},
  title = {The Arcade Learning Environment: An Evaluation Platform for General Agents},
  journal = {Journal of Artificial Intelligence Research},
  year = "2013",
  month = "jun",
  volume = "47",
  pages = "253--279",
}

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.8%
  • Prolog 17.4%
  • TeX 5.3%
  • C 4.3%
  • M4 1.4%
  • Python 0.4%
  • Other 0.4%