What is: Epsilon Greedy Exploration?
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
-Greedy Exploration is an exploration strategy in reinforcement learning that takes an exploratory action with probability and a greedy action with probability . It tackles the exploration-exploitation tradeoff with reinforcement learning algorithms: the desire to explore the state space with the desire to seek an optimal policy. Despite its simplicity, it is still commonly used as an behaviour policy in several state-of-the-art reinforcement learning models.
Image Credit: Robin van Embden