Bandit Algorithms

Workshops investigating how Bandit algorithms relate to reinforcement learning.

Bandit Algorithms

Bandit algorithms are related to reinforcement learning in the sense that they also attempt to optimize a decision based upon a reward. RL generalizes this to sequential decision making but many of the ideas are the same. This means that bandits are a good place to start when beginning learn about generating optimal strategies with reinforcement learning.