Skip to content

fps7806/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++ 85.0%
  • TeX 6.6%
  • C 5.4%
  • M4 1.8%
  • Python 0.7%
  • CMake 0.5%