3 skills to master before reinforcement learning (RL)

栏目: IT技术 · 发布时间: 4年前

内容简介:Modern reinforcement learning is almost entirely focused onAlmost all of the courses and tutorials will assume you

1. Supervised learning

Modern reinforcement learning is almost entirely focused on deep reinforcement learning . The word in the “ deep ” in the phrase deep reinforcement learning implies the use of a neural network in a core aspect of the algorithm. The neural network does some high-dimensional approximation in the learning process. That being said, the model does not need to have many layers and features, which is a common misconception that deep implies many layers.

Almost all of the courses and tutorials will assume you can fine-tune simple neural networks to approximate state values or create a final policy . These models are historically highly sensitive to all of the following training parameters: learning rate, batch size, model parameters, data normalization, and more. Doubled with tasks that are difficult to solve, debugging RL can be very difficult, and just seem like a binary it works or it doesn’t . Eliminating tails of confusing by knowing that all the sub approximations made are up to par. The best way to do this would be to learn supervised learning, then let an AutoML tool finish the job for you.


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

算法精解

算法精解

Kyle Loudon / 肖翔、陈舸 / 机械工业出版社 / 2012-8 / 79.00元

本书是数据结构和算法领域的经典之作,十余年来,畅销不衰!全书共分为三部分:第一部分首先介绍了数据结构和算法的概念,以及使用它们的原因和意义,然后讲解了数据结构和算法中最常用的技术——指针和递归,最后还介绍了算法的分析方法,旨在为读者学习这本书打下坚实的基础;第二部分对链表、栈、队列、集合、哈希表、堆、图等常用数据结构进行了深入阐述;第三部分对排序、搜索数值计算、数据压缩、数据加密、图算法、几何算法......一起来看看 《算法精解》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

MD5 加密
MD5 加密

MD5 加密工具