Yangqing / atari-py

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v2.0


Languages

Language:C++ 69.9%Language:Prolog 17.8%Language:TeX 5.4%Language:C 4.5%Language:M4 1.5%Language:Python 0.6%Language:CMake 0.4%Language:Makefile 0.0%