Epsilon-greedy
AIEpsilon-greedy: A simple exploration rule that takes the best-known action most of the time and a random one with a small fixed probability.
Epsilon-greedy: A simple exploration rule that takes the best-known action most of the time and a random one with a small fixed probability.