Gym Super Mario Bros Versions Save

An OpenAI Gym interface to Super Mario Bros. & Super Mario Bros. 2 (Lost Levels) on The NES

7.4.0

1 year ago

Update with new RandomStages environment that samples stages at random.

7.3.3

1 year ago

Fix links in README for PyPi

7.2.3

4 years ago

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

7.2.2

4 years ago

update the version of nes-py

7.1.6

5 years ago

Implement the get_action_meanings method in the SuperMarioBrosRandomStagesEnv environment.

7.1.5

5 years ago

fix the RNG name to work with gym wrappers.

7.1.4

5 years ago

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

7.1.3

5 years ago

Remove deprecated usage of deprecated wrap feature in nes-py

7.1.2

5 years ago

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

7.1.1

5 years ago

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