A Fast Algorithm for the Real-Valued Combinatorial Pure Exploration of Multi-Armed Bandit
Shintaro Nakamura, Masashi Sugiyama
TL;DR
This work addresses real-valued combinatorial pure exploration when the action set is polynomial in the number of arms (R-CPE-MAB) by casting it as a transductive linear bandit problem and introducing CombGapE, a gap-based exploration algorithm. CombGapE selects two candidate actions and pulls the most informative arm to shrink the confidence bound on their gap, achieving an identification accuracy of at least $1 - \delta$ and a sample complexity that matches the information-theoretic lower bound up to a problem-dependent constant. The authors also derive a tight confidence-bound framework for arm selection, compare against RAGE, Peace, and GenTS-Explore, and demonstrate superior performance on knapsack-like synthetic tasks and a real-world optimal-transport dataset. The results advance practical pure exploration in linear/combinatorial bandits, enabling efficient real-valued decision-making in structured combinatorial problems under uncertainty.
Abstract
We study the real-valued combinatorial pure exploration problem in the stochastic multi-armed bandit (R-CPE-MAB). We study the case where the size of the action set is polynomial with respect to the number of arms. In such a case, the R-CPE-MAB can be seen as a special case of the so-called transductive linear bandits. We introduce an algorithm named the combinatorial gap-based exploration (CombGapE) algorithm, whose sample complexity upper bound matches the lower bound up to a problem-dependent constant factor. We numerically show that the CombGapE algorithm outperforms existing methods significantly in both synthetic and real-world datasets.
