LGMLFeb 21, 2020

Double Explore-then-Commit: Asymptotic Optimality and Beyond

arXiv:2002.09174v20.0032 citations
AI Analysis90

This addresses the inefficiency of non-sequential algorithms in online decision-making, offering a novel solution for applications requiring limited interaction rounds, such as in batched environments.

The paper tackles the suboptimality of explore-then-commit (ETC) strategies in multi-armed bandit problems by proposing a double explore-then-commit (DETC) algorithm that achieves asymptotically optimal regret, and extends it to batched bandit settings with constant round complexity while maintaining optimality.

We study the multi-armed bandit problem with subgaussian rewards. The explore-then-commit (ETC) strategy, which consists of an exploration phase followed by an exploitation phase, is one of the most widely used algorithms in a variety of online decision applications. Nevertheless, it has been shown in Garivier et al. (2016) that ETC is suboptimal in the asymptotic sense as the horizon grows, and thus, is worse than fully sequential strategies such as Upper Confidence Bound (UCB). In this paper, we show that a variant of ETC algorithm can actually achieve the asymptotic optimality for multi-armed bandit problems as UCB-type algorithms do and extend it to the batched bandit setting. Specifically, we propose a double explore-then-commit (DETC) algorithm that has two exploration and exploitation phases and prove that DETC achieves the asymptotically optimal regret bound. To our knowledge, DETC is the first non-fully-sequential algorithm that achieves such asymptotic optimality. In addition, we extend DETC to batched bandit problems, where (i) the exploration process is split into a small number of batches and (ii) the round complexity is of central interest. We prove that a batched version of DETC can achieve the asymptotic optimality with only a constant round complexity. This is the first batched bandit algorithm that can attain the optimal asymptotic regret bound and optimal round complexity simultaneously.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes