Release of the pycman AI algorithm library. Makes testing your algorithms in OpenAI Gym much easier.
  • Python 87.8%
  • Jupyter Notebook 12.2%
Find a file
Ewoud Samuels 9477569131 Release v0.2
2019-06-12 22:33:02 +02:00
docs Release v0.1 2019-06-12 22:30:15 +02:00
pycman Release v0.2 2019-06-12 22:33:02 +02:00
unittests Release v0.1 2019-06-12 22:30:15 +02:00
.gitignore Release v0.1 2019-06-12 22:30:15 +02:00
__init__.py Release v0.1 2019-06-12 22:30:15 +02:00
LICENSE Release v0.1 2019-06-12 22:30:15 +02:00
main_load_ini.ipynb Release v0.2 2019-06-12 22:33:02 +02:00
README.md Release v0.2 2019-06-12 22:33:02 +02:00
requirements.txt Release v0.1 2019-06-12 22:30:15 +02:00

Pycman Package Development

Package to train and eveluate an AI in ATARI environments in which observations are pixel values (does not support RAM version of OpenAI Gym games).

Serpentine is a student-founded AI E-Sports team based at the Technical University of Eindhoven. Take a look at our website for more information on Serpentine, who we are and what we do! You can find us at www.serpentineai.nl.

Getting started

You can run the unit tests to see if your install has been successful. Run pycman/main_gui.py to load the GUI and get started. The algorithms class is the class to inherit if you want to construct custom algorithms to train and run.