Skip to content

Releases: Kautenja/gym-super-mario-bros

RandomStages environment

21 Jun 04:24
Compare
Choose a tag to compare

Update with new RandomStages environment that samples stages at random.

Update README

07 Jun 04:37
Compare
Choose a tag to compare

Fix links in README for PyPi

Revert is_stage_over for performance

02 Jun 17:57
Compare
Choose a tag to compare

the older iterative implementation outperforms the current vectorized numpy implementation. Reverting for the better performance (and more understandable code).

Update nes-py

02 Jun 17:45
6c426de
Compare
Choose a tag to compare

update the version of nes-py

Implement get_action_meanings in random stages environment

22 Jan 02:40
Compare
Choose a tag to compare

Implement the get_action_meanings method in the SuperMarioBrosRandomStagesEnv environment.

Fix RNG to work with Gym

21 Jan 03:14
Compare
Choose a tag to compare

fix the RNG name to work with gym wrappers.

Remove Initialization of RNG

21 Jan 03:07
Compare
Choose a tag to compare

Initialize RNG in nes-py base environment for compatibility with wrappers.

Fix CLI

21 Jan 02:57
Compare
Choose a tag to compare

Remove deprecated usage of deprecated wrap feature in nes-py

Update NES-py version

21 Jan 02:53
Compare
Choose a tag to compare

Update nes-py version that has a breaking change in it.

Change Random Levels to Random Stages

16 Jan 16:17
Compare
Choose a tag to compare

better consistency with naming schemes in the project and the game in general.