Skip to content

ml-lab/atari-py

 
 

Repository files navigation

atari_py

Build Status

A packaged and slightly-modified version of https://github.com/bbitmaster/ale_python_interface.

Installation

To install via pip, run:

pip install atari-py

Alternatively, you can install using setuptools using:

python setup.py install

You can also trigger a build of the C++ code via make, and then add this repo to your PYTHONPATH:

export PYTHONPATH=/path/to/atari-py:$PYTHONPATH

Common issues

  • Make sure you have cmake installed. On OSX, you probably want brew install cmake.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.9%
  • Prolog 17.9%
  • TeX 5.4%
  • C 4.5%
  • M4 1.5%
  • Python 0.4%
  • Other 0.4%