yenchenlin / DeepLearningFlappyBird

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why my project can't run?

andyzheung opened this issue · comments

image

image

no this two module?

@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.

commented

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