Releases: Kautenja/gym-super-mario-bros
Bump Version of nes-py
0.11.0 incorporates windows support!
Bump Version of nes-py
0.10.3 resolve a memory leak in the backup restore functionality
Bump version of nes-py
0.10.2 incorporates small bug fixes to resolve c++ warnings on nes-py compilation during install
Bump Version of nes-py
Update to use 0.10.1 that resolves a bug where the joypad wasnt responding on debian systems.
Resolve a Graphical Bug
use the new restore feature in nes-py to handle resets and thus prevent the odd graphical glitch in #49.
Replace FCEUX with nes-py
rip out FCEUX backend and replace with logic for nes-py.
Note that a severe bug exists in the graphics engine of this version
UUID for Named Pipes
use the uuid
package to generate unique pipe names for environments based on host ID and current time. This guarantees that single threaded parallelism is supported as well. i.e. pipelining in lock step or initializing environments before instantiating parallelism.
Parallelism Support
- fix named pipes to support
- shell level parallelism
multiprocessing
parallelismthreading
parallelism
Updated Action Space
- simplify the action space
- no breaking API changes per se, but it does break the pseudo API defined for agents
Super Mario Bros: The Lost Levels
Introduce an additional ROM for the game Super Mario Bros: The Lost Levels hereafter referred to as Super Mario Bros 2 (the original name).