-
Book Overview & Buying
-
Table Of Contents
Mastering Machine Learning Algorithms - Second Edition
By :
In this chapter, we're going to introduce the fundamental concepts of Reinforcement Learning (RL), which is a set of approaches that allows an agent to learn how to behave in an unknown environment thanks to rewards that are provided after each possible action. RL has been studied for decades, but it has matured into a powerful approach in the last few years, with advances making it possible to employ deep learning models together with standard (and often simple) algorithms in order to solve extremely complex problems (such as learning how to play an Atari game perfectly).
In particular, we will discuss:
We can now introduce the main concepts that characterize a reinforcement learning scenario, focusing on the features of each...