Kautenja / gym-super-mario-bros

An OpenAI Gym interface to Super Mario Bros. & Super Mario Bros. 2 (Lost Levels) on The NES
Other
684 stars 134 forks source link

Random (or predefined) Mario initial position in stage #132

Open edofazza opened 9 months ago

edofazza commented 9 months ago

It would be very nice to define where to place Mario at the start of an episode. In this way it would be possible to test reinforcement learning algorithms that require a random or predefined position(s) that is(are) not the starting one.

Thank you.