Thompson Sampling in Non-Episodic Restless Bandits
Restless bandit problems assume time-varying reward distributions of the arms, which adds flexibility to the model but makes the analysis more challenging. We study learning algorithms over the unknown reward distributions and prove a sub-linear, $O(\sqrt{T}\log T)$, regret bound for a variant of Thompson sampling. Our analysis applies in the infinite time horizon setting, resolving the open question raised by Jung and Tewari (2019) whose analysis is limited to the episodic case. We adopt their policy mapping framework, which allows our algorithm to be efficient and simultaneously keeps the regret meaningful. Our algorithm adapts the TSDE algorithm of Ouyang et al. (2017) in a non-trivial manner to account for the special structure of restless bandits. We test our algorithm on a simulated dynamic channel access problem with several policy mappings, and the empirical regrets agree with the theoretical bound regardless of the choice of the policy mapping.
Code (0)
등록된 구현이 없습니다.
Tasks
Open-Ended Question AnsweringThompson SamplingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Regret Bounds for Thompson Sampling in Episodic Restless Bandit Problems
Restless bandit problems are instances of non-stationary multi-armed bandits. These problems have been studied well from the optimization perspective, where the goal is to efficiently find a near-optimal policy when syst…
Multi-Armed BanditsThompson SamplingPlanning and Learning in Risk-Aware Restless Multi-Arm Bandit Problem
In restless multi-arm bandits, a central agent is tasked with optimally distributing limited resources across several bandits (arms), with each arm being a Markov decision process. In this work, we generalize the traditi…
SchedulingThompson SamplingA resource-constrained stochastic scheduling algorithm for homeless street outreach and gleaning edible food
We developed a common algorithmic solution addressing the problem of resource-constrained outreach encountered by social change organizations with different missions and operations: Breaking Ground -- an organization tha…
SchedulingThompson SamplingSliding-Window Thompson Sampling for Non-Stationary Settings
$\textit{Restless Bandits}$ describe sequential decision-making problems in which the rewards evolve with time independently from the actions taken by the policy-maker. It has been shown that classical Bandit algorithms …
Decision MakingSequential Decision MakingThompson SamplingEffects of Model Misspecification on Bayesian Bandits: Case Studies in UX Optimization
Bayesian bandits using Thompson Sampling have seen increasing success in recent years. Yet existing value models (of rewards) are misspecified on many real-world problem. We demonstrate this on the User Experience Optimi…
Thompson Sampling