christopherhesse / 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 That should install a correct binary verison for your OS. If that does not work (or if you would like get the latest-latest version, or you just want to tinker with the code yourself) see next paragraph.

Installation from source

  • make sure you have git, cmake and zlib1g system packages installed
  • clone the repo
  • run pip install -e .

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++ 85.0%Language:TeX 6.6%Language:C 5.4%Language:M4 1.8%Language:Python 0.7%Language:CMake 0.5%Language:Shell 0.0%Language:Makefile 0.0%Language:Roff 0.0%