English

Stochastic One-Sided Full-Information Bandit

Machine Learning 2019-06-21 v1 Data Structures and Algorithms Machine Learning

Abstract

In this paper, we study the stochastic version of the one-sided full information bandit problem, where we have KK arms [K]={1,2,,K}[K] = \{1, 2, \ldots, K\}, and playing arm ii would gain reward from an unknown distribution for arm ii while obtaining reward feedback for all arms jij \ge i. One-sided full information bandit can model the online repeated second-price auctions, where the auctioneer could select the reserved price in each round and the bidders only reveal their bids when their bids are higher than the reserved price. In this paper, we present an elimination-based algorithm to solve the problem. Our elimination based algorithm achieves distribution independent regret upper bound O(Tlog(TK))O(\sqrt{T\cdot\log (TK)}), and distribution dependent bound O((logT+logK)f(Δ))O((\log T + \log K)f(\Delta)), where TT is the time horizon, Δ\Delta is a vector of gaps between the mean reward of arms and the mean reward of the best arm, and f(Δ)f(\Delta) is a formula depending on the gap vector that we will specify in detail. Our algorithm has the best theoretical regret upper bound so far. We also validate our algorithm empirically against other possible alternatives.

Keywords

Cite

@article{arxiv.1906.08656,
  title  = {Stochastic One-Sided Full-Information Bandit},
  author = {Haoyu Zhao and Wei Chen},
  journal= {arXiv preprint arXiv:1906.08656},
  year   = {2019}
}
R2 v1 2026-06-23T09:59:04.067Z