- Keras Reinforcement Learning Projects
- Giuseppe Ciaburro
- 290字
- 2021-08-13 15:26:04
Reinforcement learning algorithms
As we have seen in the previous sections, reinforcement learning is a programming technique that aims to develop algorithms that can learn and adapt to changes in the environment. This programming technique is based on the assumption of the agent being able to receive stimuli from the outside and to change its actions according to these stimuli. So, a correct choice will result in a reward while an incorrect choice will lead to a penalization of the system.
The goal of the system is to achieve the highest possible reward and consequently the best possible result. This result can be obtained through two approaches:
- The first approach involves evaluating the choices of the algorithm and then rewarding or punishing the algorithm based on the result. These techniques can also adapt to substantial changes in the environment. An example is the image recognition programs that improve their performance with use. In this case we can say that learning takes place continuously.
- In the second approach, a first phase is applied in which the algorithm is previously trained, and when the system is considered reliable, it is crystallized and no longer modifiable. This derives from the observation that constantly evaluating the actions of the algorithm can be a process that cannot be automated or that is very expensive.
These are only implementation choices, so it may happen that an algorithm includes the newly analyzed approaches.
So far, we have introduced the basic concepts of reinforcement learning. Now, we can analyze the various ways in which these concepts have been transformed into algorithms. In this section, we will list them, providing an overview, and we will deepen them in the practical cases that we will address in the following chapters.
- 數據展現的藝術
- 大數據戰爭:人工智能時代不能不說的事
- Seven NoSQL Databases in a Week
- Verilog HDL數字系統設計入門與應用實例
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- Mobile DevOps
- 機器人創新實訓教程
- Mastering Machine Learning Algorithms
- 人工智能實踐錄
- 人工智能趣味入門:光環板程序設計
- Ruby on Rails敏捷開發最佳實踐
- 網絡服務搭建、配置與管理大全(Linux版)
- Learning ServiceNow
- 工業機器人操作
- Oracle 11g Anti-hacker's Cookbook