paper-with-me

홈 › Papers

Learning in Markovian bandits with non-observable states and constrained decision epochs

2026-06-25 · Thomas Hira, Victor Boone, Urtzi Ayesta, Ina Maria Verloop arxiv

This paper studies the problem of regret minimization in Markovian bandits with \emph{non-observable states} and possibly \emph{constrained} decision epochs. The focus is restricted to a ``pure'' regret benchmark, that compares the performance of the learning algorithm to the best \emph{pure policy} which -- akin to optimal policies of stochastic bandits -- picks the optimal arm from start to finish without ever switching. We introduce a generalization of rested Markovian bandits, \emph{self-degrading Markovian bandits}, for which pure policies are always asymptotically optimal.We show that without prior knowledge on the underlying bandit, the regret of algorithms that switch arms rarely necessarily scales super-logarithmically for every bandit, i.e., as $ω(\log(T))$, where $T$ is the learning horizon. Despite the unreachability of the logarithmic regime, we design UCB-NOM, an optimistic algorithm inspired by UCB, of which the regret is nearly logarithmic. Lastly, we show that given prior knowledge on the Markovian bandit in the form of a bound on the bias functions of its arm, a proper instantiation of UCB-NOM achieves $O(\log(T))$ regret. We further show that this prior knowledge allows for a $O(\sqrt{T \log(T)})$ worst-case regret bound for UCB-NOM. Notably, our regret bounds do not depend on the number of states of the underlying Markov chains. Our findings suggest that the non-observability of states is a mild inconvenience in self-degrading Markovian bandits.

📄 PDF Abstract BibTeX arXiv:2606.27448

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Restless Hidden Markov Bandit with Linear Rewards and Side Information

2019-10-22 · Michal Yemini, Amir Leshem, Anelia Somekh-Baruch

In this paper we present a model for the hidden Markovian bandit problem with linear rewards. As opposed to current work on Markovian bandits, we do not assume that the state is known to the decision maker before making …

Indexability and Rollout Policy for Multi-State Partially Observable Restless Bandits

2021-07-30 · Rahul Meshram, Kesav Kaza

Restless multi-armed bandits with partially observable states has applications in communication systems, age of information and recommendation systems. In this paper, we study multi-state partially observable restless ba…

Multi-Armed BanditsRecommendation Systems

Reinforcement Learning for Markovian Bandits: Is Posterior Sampling more Scalable than Optimism?

2021-06-16 · Nicolas Gast, Bruno Gaujal, Kimang Khun

We study learning algorithms for the classical Markovian bandit problem with discount. We explain how to adapt PSRL [24] and UCRL2 [2] to exploit the problem structure. These variants are called MB-PSRL and MB-UCRL2. Whi…

reinforcement-learningReinforcement Learning (RL)

Constrained Restless Bandits for Dynamic Scheduling in Cyber-Physical Systems

2019-04-18 · Kesav Kaza, Rahul Meshram, Varun Mehta, S. N. Merchant

This paper studies a class of constrained restless multi-armed bandits (CRMAB). The constraints are in the form of time varying set of actions (set of available arms). This variation can be either stochastic or semi-dete…

Decision MakingDecision Making Under UncertaintyMulti-Armed BanditsScheduling

Offline Inverse Constrained Reinforcement Learning for Safe-Critical Decision Making in Healthcare

2024-10-10 · Nan Fang, Guiliang Liu, Wei Gong

Reinforcement Learning (RL) applied in healthcare can lead to unsafe medical decisions and treatment, such as excessive dosages or abrupt changes, often due to agents overlooking common-sense constraints. Consequently, C…

Common Sense ReasoningData AugmentationDecision MakingOffline RL+3