ntasfi / PyGame-Learning-Environment

PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
MIT License
1.01k stars 231 forks source link

Changed FlappyBird.getGameState to match collision detection algorithm #48

Closed zacker150 closed 6 years ago

zacker150 commented 6 years ago

Fixes bug where getGameState() will report information about the next pipe while the player is still in the middle of the current pipe.

ntasfi commented 6 years ago

Thank you!