Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

用Tensorflow基于Deep Q Learning DQN 玩Flappy Bird #1

Open
joyhuang9473 opened this issue Jun 20, 2016 · 0 comments
Open

用Tensorflow基于Deep Q Learning DQN 玩Flappy Bird #1

joyhuang9473 opened this issue Jun 20, 2016 · 0 comments
Labels

Comments

@joyhuang9473
Copy link
Member

用Tensorflow基于Deep Q Learning DQN 玩Flappy Bird

最近,github上有人放出使用DQN玩Flappy Bird的代码,https://github.com/yenchenlin1994/DeepLearningFlappyBird【1】
该repo通过结合之前的repo成功实现了这个想法。这个repo对整个实现过程进行了较详细的分析,但是由于其DQN算法的代码基本采用别人的repo,代码较为混乱,不易理解。
为此,本人改写了一个版本https://github.com/songrotek/DRL-FlappyBird 对DQN代码进行了重新改写。本质上对其做了类的封装,从而使代码更具通用性。可以方便移植到其他应用。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant