async_dqn.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:deep_rl_vizdoom 作者: mihahauke 项目源码 文件源码
def create_architecture(self):
        fc_input = self.get_input_layers()
        fc1 = layers.fully_connected(fc_input,
                                     num_outputs=self.fc_units_num,
                                     scope=self._name_scope + "/fc1")
        q = layers.linear(fc1,
                          num_outputs=self.actions_num,
                          scope=self._name_scope + "/q")
        return q
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号