ale-python-interface

Arcade Learning Environment Python Interface


License
GPL-2.0+
Install
pip install ale-python-interface==0.0.1

Documentation

A python interface for the Arcade Learning Environment

This provides a python library to interface with the arcade learning environment that can be found here: http://www.arcadelearningenvironment.org/

This library hooks into the shared object file for the arcade learning environment and bypasses using the slower FIFO interface. It is designed to be fast. Example code is provided that demonstrates an agent that can be controlled from the keyboard.

Installation instructions and usage documentation can be found on the github wiki linked below: https://github.com/bbitmaster/ale_python_interface/wiki

This library was written by Ben Goodrich, as part of the Machine Intelligence Lab at The University of Tennessee.

http://mil.engr.utk.edu/