18
Advanced Exploration
In this chapter, we will talk about the topic of exploration in reinforcement learning (RL). It has been mentioned several times in the book that the exploration/exploitation dilemma is a fundamental thing in RL and very important for efficient learning. However, in the previous examples, we used quite a trivial approach to exploring the environment, which was, in most cases, 𝜖-greedy action selection. Now it’s time to go deeper into the exploration subfield of RL, as more complicated environments might require much better exploration strategies than 𝜖-greedy approach.
More specifically, we will cover the following key topics:
-
Why exploration is such a fundamental topic in RL
-
The effectiveness of the epsilon-greedy ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access