DeepLearningFlappyBird icon indicating copy to clipboard operation
DeepLearningFlappyBird copied to clipboard

Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).

Results 44 DeepLearningFlappyBird issues
Sort by recently updated
recently updated
newest added

After `py deep_q_network.py`: > `AttributeError: module 'tensorflow' has no attribute 'InteractiveSession'` Then `pip install --upgrade tensorflow==0.7` It returns: ``` ERROR: Could not find a version that satisfies the requirement tensorflow==0.7...

I updated this to Tensorflow 2.5, with the Automatic Update tool from Google. I also removed the models that come with it, and increased its FPS and removed the rendering.

Traceback (most recent call last): File "deep_q_network.py", line 8, in import wrapped_flappy_bird as game File "game/wrapped_flappy_bird.py", line 19, in IMAGES, SOUNDS, HITMASKS = flappy_bird_utils.load() File "game/flappy_bird_utils.py", line 21, in load...

![image](https://user-images.githubusercontent.com/22912347/43002729-6c722d30-8c5c-11e8-88c8-e3f94d8094f7.png) ![image](https://user-images.githubusercontent.com/22912347/43002753-7aa602c8-8c5c-11e8-9880-54bd530977d5.png) no this two module?