Continuous Time Bandits With Sampling Costs
Rahul Vaze, Manjesh K. Hanawal

TL;DR
This paper studies a continuous-time multi-arm bandit problem where sampling costs influence the optimal sampling strategy, providing lower bounds on regret and algorithms that nearly achieve these bounds.
Contribution
It introduces the first regret bounds for continuous-time bandits with sampling costs and proposes algorithms that nearly attain these bounds.
Findings
Lower bound on single-arm regret: Ω((log T)^2 / μ)
Lower bound on multiple-arm regret: Ω((log T)^2 μ / Δ^2)
Proposed algorithms achieve these bounds up to logarithmic factors
Abstract
We consider a continuous-time multi-arm bandit problem (CTMAB), where the learner can sample arms any number of times in a given interval and obtain a random reward from each sample, however, increasing the frequency of sampling incurs an additive penalty/cost. Thus, there is a tradeoff between obtaining large reward and incurring sampling cost as a function of the sampling frequency. The goal is to design a learning algorithm that minimizes regret, that is defined as the difference of the payoff of the oracle policy and that of the learning algorithm. CTMAB is fundamentally different than the usual multi-arm bandit problem (MAB), e.g., even the single-arm case is non-trivial in CTMAB, since the optimal sampling frequency depends on the mean of the arm, which needs to be estimated. We first establish lower bounds on the regret achievable with any algorithm and then propose algorithms…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Machine Learning and Algorithms · Optimization and Search Problems
