Status: Maintenance (expect bug fixes and minor updates)
A packaged and slightly-modified version of https://github.com/bbitmaster/ale_python_interface.
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.
- make sure you have
git
,cmake
andzlib1g
system packages installed - clone the repo
- run
pip install -e .