April 2019
Intermediate to advanced
212 pages
5h 34m
English
A learning agent's high-level algorithm looks like the following:
We can express this mathematically using a Markov decision process (MDP). We'll discuss MDPs in more detail throughout the book. For now, we need to be aware that an MDP describes an environment for RL in which the current state tells us everything we need to know about future states.
What this means, in short, is that if we know the current state of the environment in an MDP, we don't need to know anything about any past states in order to determine what future states will be, ...
Read now
Unlock full access