yenchenlin / DeepLearningFlappyBird

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

Make it runnable with Python3 #4

Closed chengchingwen closed 8 years ago

yenchenlin commented 8 years ago

Hello @chengchingwen , would you please open a new branch and send a PR again? something like the following:

git reset HEAD~
git stash
git checkout -b make-it-runnable-with-python3
git stash apply
git push origin make-it-runnable-with-python3

and then open the PR.

Great thanks for your help!

yenchenlin commented 8 years ago

This PR has been repaced by #5 .