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.
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.
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
andrun_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.