ppaquette / gym-super-mario

Gym - 32 levels of original Super Mario Bros
287 stars 83 forks source link

Mario Distance #21

Open Silence1995 opened 6 years ago

Silence1995 commented 6 years ago

In level 1-1, we started our Mario agent at 0% of the map, but once the agent went over 40% of the map, it always restart at 40% not 0%. How can i modify the code that it can always restart at the beginning of the map(0%)?

Thanks.

seymondy commented 6 years ago

Have you managed to find any solution to the problem? I have the same issue.