Skip to content

Releases: Kautenja/gym-super-mario-bros

Random Levels Environment

16 Jan 16:13
142da44
Compare
Choose a tag to compare

an environment for selecting random levels.

Don't stall for a frame on environment initialization

06 Jan 07:22
Compare
Choose a tag to compare

This is no longer necessary with the SimpleNES emulator.

Remove Frameskip

06 Jan 07:12
4e47aa0
Compare
Choose a tag to compare

nes-py deprecated the frameskip functionality in the environment, putting it in a wrapper instead.

Fix Level Environments

06 Jan 03:33
1f7cced
Compare
Choose a tag to compare

Restore proper reset functionality of level environments and introduce a speed up to all calls to reset using save states instead of completely restarting the machine.

NES-py RAM Buffer

05 Jan 22:02
Compare
Choose a tag to compare

Update to nes-py 4.0.0 and the direct RAM access feature to reduce CPU instructions for RAM access in environments.

Update Dependencies

05 Jan 21:54
fcfea7f
Compare
Choose a tag to compare

Update versions of dependencies in the setup.py script.

Resolve bug in reset

29 Dec 02:00
Compare
Choose a tag to compare

resolve bug in reset where the start screen image was showing to agents.

Fix lives in info dictionary

29 Dec 01:44
Compare
Choose a tag to compare

remove the unnecessary 1 added to the life counter in the info dictionary

Fix Graphical Glitch

29 Dec 01:44
Compare
Choose a tag to compare

resolve the graphical glitch by removing usage of the backup/restore feature in the nes-py emulator.

Up Movement in COMPLEX_MOVEMENT

10 Oct 03:15
Compare
Choose a tag to compare
  1. resolve a bug where touching a vine caused a reset in a level environment
  2. add the up controller input to the COMPLEX_MOVEMENT list