yenchenlin / DeepLearningFlappyBird

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

why my project can't run? #55

Open andyzheung opened 5 years ago

andyzheung commented 5 years ago

image

image

no this two module?

patrick-llgc commented 5 years ago

@andyzheung that means your IDE does not recognize them. However the sys.path.append command should take care of that. The program should be able to run with this command.

yiziqi commented 3 years ago

copy the wrapped_flappy_bird.py and flappy_bird_utils from "game" folder to deep_q_network.py folder