莫凡强化学习
莫烦强化学习
·
课程要求 - 强化学习 (Reinforcement Learning) | 莫烦Python (mofanpy.com)





DQN
Dueling DQN - 强化学习 (Reinforcement Learning) | 莫烦Python (mofanpy.com)
问题:
1.AttributeError: module 'tensorflow' has no attribute 'placeholder'等问题的解决
使用
import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()
替换
import tensorflow as tf
2.关于解决Tensorboard出现No dashboards are active for the current data set.问题
http://localhost:6006/
tensorboard --logdir=C:\Users\hearain\Desktop\reinstu\DQNdemo2
使用的tensorboard版本为2.0.1,使用的语句为:tensorboard --logdir=E:\asa\20201028;E:\asa\20201028为事件文件的上一级目录,可以是绝对路径,也可以是相对路径,都不带引号。
3. module 'tensorflow.compat.v1' has no attribute 'contrib'
module ‘tensorflow.compat.v1‘ has no attribute ‘contrib‘_赋雪的博客-CSDN博客
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐


所有评论(0)