3 skills to master before reinforcement learning (RL)

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

内容简介: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.


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

查看所有标签

猜你喜欢:

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

Data Structures and Algorithms in Python

Data Structures and Algorithms in Python

Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23

Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具