A Note on Information-Directed Sampling and Thompson Sampling
This is an incremental note that clarifies existing algorithms for researchers in bandit problems.
The paper explains and compares three Bayesian multi-armed bandit algorithms—Information-Directed Sampling, Thompson Sampling, and Generalized Thompson Sampling—by providing intuitive explanations and derivations for their regret bounds.
This note introduce three Bayesian style Multi-armed bandit algorithms: Information-directed sampling, Thompson Sampling and Generalized Thompson Sampling. The goal is to give an intuitive explanation for these three algorithms and their regret bounds, and provide some derivations that are omitted in the original papers.