DeepLearningFlappyBird
DeepLearningFlappyBird copied to clipboard
Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).
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.
print("Hello")
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...
  no this two module?