Releases: Kautenja/gym-super-mario-bros
Releases · Kautenja/gym-super-mario-bros
RandomStages environment
Update README
Fix links in README for PyPi
Revert is_stage_over for performance
the older iterative implementation outperforms the current vectorized numpy implementation. Reverting for the better performance (and more understandable code).
Update nes-py
update the version of nes-py
Implement get_action_meanings in random stages environment
Implement the get_action_meanings
method in the SuperMarioBrosRandomStagesEnv
environment.
Fix RNG to work with Gym
fix the RNG name to work with gym wrappers.
Remove Initialization of RNG
Initialize RNG in nes-py base environment for compatibility with wrappers.
Fix CLI
Update NES-py version
Update nes-py version that has a breaking change in it.
Change Random Levels to Random Stages
better consistency with naming schemes in the project and the game in general.