geektutu / blog

极客兔兔的博客,Coding Coding 创建有趣的开源项目。
https://geektutu.com
Apache License 2.0
166 stars 21 forks source link

TensorFlow 2.0 (六) - 监督学习玩转 OpenAI gym game | 极客兔兔 #13

Open geektutu opened 5 years ago

geektutu commented 5 years ago

https://geektutu.com/post/tensorflow2-gym-nn.html

TensorFlow 入门系列文章,第六篇,监督学习玩转 OpenAI gym game。

liulizi commented 4 years ago

暴力生成训练数据是真的牛逼,简单粗暴,我喜欢

fanbinzj commented 4 years ago

model.compile does not take an epochs parameter. Only fit and fit_generator do.

zacdeng commented 3 years ago

model.fit中加epochs 博主可能打错了