133
42

The True Sample Complexity of Identifying Good Arms

Abstract

We consider two multi-armed bandit problems with nn arms: (i) given an ϵ>0\epsilon > 0, identify an arm with mean that is within ϵ\epsilon of the largest mean and (ii) given a threshold μ0\mu_0 and integer kk, identify kk arms with means larger than μ0\mu_0. Existing lower bounds and algorithms for the PAC framework suggest that both of these problems require Ω(n)\Omega(n) samples. However, we argue that these definitions not only conflict with how these algorithms are used in practice, but also that these results disagree with intuition that says (i) requires only Θ(nm)\Theta(\frac{n}{m}) samples where m={i:μi>maxi[n]μiϵ}m = |\{ i : \mu_i > \max_{i \in [n]} \mu_i - \epsilon\}| and (ii) requires Θ(nmk)\Theta(\frac{n}{m}k) samples where m={i:μi>μ0}m = |\{ i : \mu_i > \mu_0 \}|. We provide definitions that formalize these intuitions, obtain lower bounds that match the above sample complexities, and develop explicit, practical algorithms that achieve nearly matching upper bounds.

View on arXiv
Comments on this paper