paper-with-me

홈 › Papers

Q-Learning with Shift-Aware Upper Confidence Bound in Non-Stationary Reinforcement Learning

2025-10-03 · Ha Manh Bui, Felix Parker, Kimia Ghobadi, Anqi Liu arxiv

We study the Non-Stationary Reinforcement Learning (RL) under distribution shifts in both finite-horizon episodic and infinite-horizon discounted Markov Decision Processes (MDPs). In the finite-horizon case, the transition functions may suddenly change at a particular episode. In the infinite-horizon setting, such changes can occur at an arbitrary time step during the agent's interaction with the environment. While the Q-learning Upper Confidence Bound algorithm (QUCB) can discover a proper policy during learning, due to the distribution shifts, this policy can exploit sub-optimal rewards after the shift happens. To address this issue, we propose Density-QUCB (DQUCB), a shift-aware Q-learning UCB algorithm, which uses a transition density function to detect distribution shifts, then leverages its likelihood to enhance the uncertainty estimation quality of Q-learning UCB, resulting in a balance between exploration and exploitation. Theoretically, we prove that our oracle DQUCB achieves a better regret guarantee than QUCB. Empirically, our DQUCB enjoys the computational efficiency of model-free RL and outperforms QUCB baselines by having a lower regret across RL tasks, as well as a COVID-19 patient hospital allocation task using a Deep-Q-learning architecture.

📄 PDF Abstract BibTeX arXiv:2510.03181

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyReinforcement Learning

Similar Papers 제목 키워드 기반

Non-Stationary Dynamic Pricing Via Actor-Critic Information-Directed Pricing

2022-08-19 · Po-Yi Liu, Chi-Hua Wang, Henghsiu Tsai

This paper presents a novel non-stationary dynamic pricing algorithm design, where pricing agents face incomplete demand information and market environment shifts. The agents run price experiments to learn about each pro…

Thompson Sampling

Recommendation System-based Upper Confidence Bound for Online Advertising

2019-09-09 · Nhan Nguyen-Thanh, Dana Marinca, Kinda Khawam, David Rohde 외

In this paper, the method UCB-RS, which resorts to recommendation system (RS) for enhancing the upper-confidence bound algorithm UCB, is presented. The proposed method is used for dealing with non-stationary and large-st…

OpenAI GymProduct Recommendationreinforcement-learningReinforcement Learning+1

BOF-UCB: A Bayesian-Optimistic Frequentist Algorithm for Non-Stationary Contextual Bandits

2023-07-07 · Nicklas Werge, Abdullah Akgül, Melih Kandemir

We propose a novel Bayesian-Optimistic Frequentist Upper Confidence Bound (BOF-UCB) algorithm for stochastic contextual linear bandits in non-stationary environments. This unique combination of Bayesian and frequentist p…

Decision MakingMulti-Armed BanditsSequential Decision Making

Reinforcement Learning for Non-Stationary Markov Decision Processes: The Blessing of (More) Optimism

2020-06-24 · ICML 2020 1 · Wang Chi Cheung, David Simchi-Levi, Ruihao Zhu

We consider un-discounted reinforcement learning (RL) in Markov decision processes (MDPs) under drifting non-stationarity, i.e., both the reward and state transition distributions are allowed to evolve over time, as long…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Change-Detection based Framework for Piecewise-stationary Multi-Armed Bandit Problem

2017-11-08 · Fang Liu, Joohyun Lee, Ness Shroff

The multi-armed bandit problem has been extensively studied under the stationary assumption. However in reality, this assumption often does not hold because the distributions of rewards themselves may change over time. I…

Change Detection