Slides / VideoIntermediate
Epsilon-Greedy Action Selection
Epsilon-greedy balances exploring new actions with exploiting the best-known action using a simple probability threshold.
1 / 6
Epsilon-greedy balances exploring new actions with exploiting the best-known action using a simple probability threshold.