Skip to content

Releases: Kautenja/gym-super-mario-bros

Bump Version of nes-py

18 Aug 05:24
Compare
Choose a tag to compare

0.11.0 incorporates windows support!

Bump Version of nes-py

13 Aug 00:48
Compare
Choose a tag to compare

0.10.3 resolve a memory leak in the backup restore functionality

Bump version of nes-py

12 Aug 03:43
Compare
Choose a tag to compare

0.10.2 incorporates small bug fixes to resolve c++ warnings on nes-py compilation during install

Bump Version of nes-py

12 Aug 03:28
Compare
Choose a tag to compare

Update to use 0.10.1 that resolves a bug where the joypad wasnt responding on debian systems.

Resolve a Graphical Bug

12 Aug 02:20
d3f860e
Compare
Choose a tag to compare

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

22 Jul 09:29
Compare
Choose a tag to compare
Pre-release

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

01 Jul 03:34
Compare
Choose a tag to compare

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

01 Jul 02:10
Compare
Choose a tag to compare
  • fix named pipes to support
    • shell level parallelism
    • multiprocessing parallelism
    • threading parallelism

Updated Action Space

22 Jun 19:03
Compare
Choose a tag to compare
  • 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

03 Jun 07:30
d69bf90
Compare
Choose a tag to compare

Introduce an additional ROM for the game Super Mario Bros: The Lost Levels hereafter referred to as Super Mario Bros 2 (the original name).