VinF / deer

DEEp Reinforcement learning framework
Other
485 stars 126 forks source link

Added PyGame-Learning-Environment support #6

Closed ntasfi closed 8 years ago

ntasfi commented 8 years ago

Hey!

I added support for a python library I'm current developing which I've been using for RL work. I'm planning on expanding it out later with further games within PyGame as well as more complicated extensions to other games/environments (quake3, pyglet, etc.). Its still a WIP with respect to docs but I'll be adding them shortly.

Here is the link to the repo: https://github.com/ntasfi/PyGame-Learning-Environment

File changes are essentially a copy of the /environments/ALE_Env.py and run_ALE.py with a few tweaks. I'm unsure if you want to have my library added as a dependency as it isn't well established like ALE. If not I can simply have this live as a fork of your lib with the env included!

BTW really enjoying the library, was insanely easy for me to plug PLE in and start training.

VinF commented 8 years ago

Hey, Your library is nice, looking forward to the extensions! I will merge the pull request

ntasfi commented 8 years ago

thank you!