yenchenlin / DeepLearningFlappyBird

Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).
MIT License
6.62k stars 2.04k forks source link

Fixed TensorFlow compatibility issue #87

Open raphaeltony opened 10 months ago

raphaeltony commented 10 months ago

Added 2 lines of code that make the project run on the latest version of TensorFlow. This is useful as the older version used in this project is currently unavailable.