ppaquette / gym-super-mario

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

Action Space doesn't allow sampling for random starts #29

Open aharrison opened 5 years ago

aharrison commented 5 years ago

https://github.com/ppaquette/gym-super-mario/blob/be8bca6ae279ba0d515883b292f71cdacbf6102b/ppaquette_gym_super_mario/nes_env.py#L48

I'm pretty sure on this line you want [2] rather than [1] which gives the vector two states per action, 0 and 1.

Great work on the gym, super fun.