English

Maillard Sampling: Boltzmann Exploration Done Optimally

Machine Learning 2022-03-08 v2 Machine Learning

Abstract

The PhD thesis of Maillard (2013) presents a rather obscure algorithm for the KK-armed bandit problem. This less-known algorithm, which we call Maillard sampling (MS), computes the probability of choosing each arm in a \textit{closed form}, which is not true for Thompson sampling, a widely-adopted bandit algorithm in the industry. This means that the bandit-logged data from running MS can be readily used for counterfactual evaluation, unlike Thompson sampling. Motivated by such merit, we revisit MS and perform an improved analysis to show that it achieves both the asymptotical optimality and KTlogT\sqrt{KT\log{T}} minimax regret bound where TT is the time horizon, which matches the known bounds for asymptotically optimal UCB. %'s performance. We then propose a variant of MS called MS+^+ that improves its minimax bound to KTlogK\sqrt{KT\log{K}}. MS+^+ can also be tuned to be aggressive (i.e., less exploration) without losing the asymptotic optimality, a unique feature unavailable from existing bandit algorithms. Our numerical evaluation shows the effectiveness of MS+^+.

Keywords

Cite

@article{arxiv.2111.03290,
  title  = {Maillard Sampling: Boltzmann Exploration Done Optimally},
  author = {Jie Bian and Kwang-Sung Jun},
  journal= {arXiv preprint arXiv:2111.03290},
  year   = {2022}
}

Comments

accepted to AISTATS'22

R2 v1 2026-06-24T07:27:15.645Z