yenchenlin / DeepLearningFlappyBird

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

修改tensorflow已经废弃掉的api #30

Closed ghost closed 7 years ago

ghost commented 7 years ago

tensorflow 1.0.0 api 已经废弃掉了tf.mul,现在使用的是 tf.multiply

yenchenlin commented 7 years ago

thanks!