-
Notifications
You must be signed in to change notification settings - Fork 32
Home
bbitmaster edited this page Mar 13, 2015
·
18 revisions
The ale_python_interface provides a fast and easy to use python interface to the arcade learning environment. This interface operates by directly loading the Arcade Learning Environment shared object file which provides much greater performance than using the FIFO interface.
This wiki will provide installation instructions, a listing of the provided example programs, and a short tutorial on how to use this interface.
Index:
Installation instructions for this package 2. Explanation of Example Programs
An explanation of the example programs provided in /examples 3. Code Tutorial
A quick-start tutorial for using the python ale interface