openai / retro

Retro Games in Gym
MIT License
3.39k stars 526 forks source link

Pitfall-Atari2600 scenario is broken #179

Open christopherhesse opened 5 years ago

christopherhesse commented 5 years ago

Pitfall-Atari2600 seems to have a bad done check (when the timer runs out) and also does not start with the timer running (the player needs to hit something to start the timer).

christopherhesse commented 5 years ago

Looks like the same issue exists on ALE: https://github.com/mgbellemare/Arcade-Learning-Environment/issues/268

endrift commented 5 years ago

Given that the Atari scenarios are straight ports of the ALE versions, there could be a lot of those. Might be good to skim through their issues to find ones that I might have overlooked.