Kautenja / gym-super-mario-bros

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random (or predefined) Mario initial position in stage

edofazza opened this issue · comments

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.