SOTAVerified

Optimal Exploration is no harder than Thompson Sampling

2023-10-09Unverified0· sign in to hype

Zhaoqi Li, Kevin Jamieson, Lalit Jain

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Given a set of arms Z R^d and an unknown parameter vector _R^d, the pure exploration linear bandit problem aims to return _z Z z^_, with high probability through noisy measurements of x^_ with x X R^d. Existing (asymptotically) optimal methods require either a) potentially costly projections for each arm z Z or b) explicitly maintaining a subset of Z under consideration at each time. This complexity is at odds with the popular and simple Thompson Sampling algorithm for regret minimization, which just requires access to a posterior sampling and argmax oracle, and does not need to enumerate Z at any point. Unfortunately, Thompson sampling is known to be sub-optimal for pure exploration. In this work, we pose a natural question: is there an algorithm that can explore optimally and only needs the same computational primitives as Thompson Sampling? We answer the question in the affirmative. We provide an algorithm that leverages only sampling and argmax oracles and achieves an exponential convergence rate, with the exponent being the optimal among all possible allocations asymptotically. In addition, we show that our algorithm can be easily implemented and performs as well empirically as existing asymptotically optimal methods.

Tasks

Reproductions