yfeng997 / MadMario

Interactive tutorial to build a learning Mario, for first-time RL learners
192 stars 68 forks source link

why always repeats the env.step() 4times? in class SkipFrame(gym.Wrapper): ? #10

Open LiuHongYi222 opened 3 years ago

LiuHongYi222 commented 3 years ago

https://github.com/YuansongFeng/MadMario/blob/6c7bfc2cfe40baae78d9a9aeb62f68d651887ea0/main.py#L29