yenchenlin / DeepLearningFlappyBird

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

pygame.error: File is not a Windows BMP file??????? #35

Open ilovezhenzhen opened 7 years ago

ilovezhenzhen commented 7 years ago

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 pygame.image.load('assets/sprites/0.png').convert_alpha(), pygame.error: File is not a Windows BMP file

yenchenlin commented 6 years ago

Sorry, I haven't tested it on Windows.

ninoanthony commented 3 years ago

I have same problem, can someone help me