June 2018
Intermediate to advanced
546 pages
13h 30m
English
In this chapter, we'll take a brief look at the model-based methods in Reinforcement Learning (RL) and reimplement the DeepMind model, which adds imagination to agents. Model-based methods allow us to decrease the amount of communications with the environment, by building a model of the environment and using it during the training.
In the Taxonomy of RL methods section in Chapter 4, The Cross-Entropy Method, we saw several different angles we can classify RL methods from. We distinguished three main aspects:
There were enough examples of methods on both sides of the first and the second categories, ...
Read now
Unlock full access