PyGame Learning Environment (PLE) is a learning environment, mimicking the Arcade Learning Environment interface, allowing a quick start to Reinforcement Learning in Python. The goal of PLE is allow ...
This script was tested on Python 3.6.4 with pygame version 1.9.4. It doesn't work with Python 2. I assume that you already have Python installed (preferably version >= 3.6). To install pygame run pip ...