Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 703 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 703 Bytes

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.