MOTS: Minimax Optimal Thompson Sampling
Abstract
Thompson sampling is one of the most widely used algorithms for many online decision problems, due to its simplicity in implementation and superior empirical performance over other state-of-the-art methods. Despite its popularity and empirical success, it has remained an open problem whether Thompson sampling can match the minimax lower bound for -armed bandit problems, where is the total time horizon. In this paper, we solve this long open problem by proposing a variant of Thompson sampling called MOTS that adaptively clips the sampling instance of the chosen arm at each time step. We prove that this simple variant of Thompson sampling achieves the minimax optimal regret bound for finite time horizon , as well as the asymptotic optimal regret bound for Gaussian rewards when approaches infinity. To our knowledge, MOTS is the first Thompson sampling type algorithm that achieves the minimax optimality for multi-armed bandit problems.
Cite
@article{arxiv.2003.01803,
title = {MOTS: Minimax Optimal Thompson Sampling},
author = {Tianyuan Jin and Pan Xu and Jieming Shi and Xiaokui Xiao and Quanquan Gu},
journal= {arXiv preprint arXiv:2003.01803},
year = {2020}
}
Comments
27 pages, 1 table, 2 figures. This version improves the presentation in V2