paper-with-me

홈 › Papers

Non-stationary Reinforcement Learning under General Function Approximation

2023-06-01 · Songtao Feng, Ming Yin, Ruiquan Huang, Yu-Xiang Wang, Jing Yang, Yingbin Liang

General function approximation is a powerful tool to handle large state and action spaces in a broad range of reinforcement learning (RL) scenarios. However, theoretical understanding of non-stationary MDPs with general function approximation is still limited. In this paper, we make the first such an attempt. We first propose a new complexity metric called dynamic Bellman Eluder (DBE) dimension for non-stationary MDPs, which subsumes majority of existing tractable RL problems in static MDPs as well as non-stationary MDPs. Based on the proposed complexity metric, we propose a novel confidence-set based model-free algorithm called SW-OPEA, which features a sliding window mechanism and a new confidence set design for non-stationary MDPs. We then establish an upper bound on the dynamic regret for the proposed algorithm, and show that SW-OPEA is provably efficient as long as the variation budget is not significantly large. We further demonstrate via examples of non-stationary linear and tabular MDPs that our algorithm performs better in small variation budget scenario than the existing UCB-type algorithms. To the best of our knowledge, this is the first dynamic regret analysis in non-stationary MDPs with general function approximation.

📄 PDF Abstract BibTeX arXiv:2306.00861

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Pseudorehearsal in value function approximation

2017-03-21 · Vladimir Marochko, Leonard Johard, Manuel Mazzara

Catastrophic forgetting is of special importance in reinforcement learning, as the data distribution is generally non-stationary over time. We study and compare several pseudorehearsal approaches for Q-learning with func…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Provably Efficient Model-Free Algorithms for Non-stationary CMDPs

2023-03-10 · Honghao Wei, Arnob Ghosh, Ness Shroff, Lei Ying 외

We study model-free reinforcement learning (RL) algorithms in episodic non-stationary constrained Markov Decision Processes (CMDPs), in which an agent aims to maximize the expected cumulative reward subject to a cumulati…

Reinforcement Learning (RL)

Non-asymptotic Convergence of Adam-type Reinforcement Learning Algorithms under Markovian Sampling

2020-02-15 · Huaqing Xiong, Tengyu Xu, Yingbin Liang, Wei zhang

Despite the wide applications of Adam in reinforcement learning (RL), the theoretical convergence of Adam-type RL algorithms has not been established. This paper provides the first such convergence analysis for two funda…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Nonstationary Reinforcement Learning with Linear Function Approximation

2020-10-08 · Huozhi Zhou, Jinglin Chen, Lav R. Varshney, Ashish Jagmohan

We consider reinforcement learning (RL) in episodic Markov decision processes (MDPs) with linear function approximation under drifting environment. Specifically, both the reward and state transition functions can evolve …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Second-Order Actor-Critic Methods for Discounted MDPs via Policy Hessian Decomposition

2026-05-14 · Sanjeev Manivannan, Shuban V arxiv

We address the discounted reward setting in reinforcement learning (RL). To mitigate the value approximation challenges in policy gradient methods, actor-critic approaches have been developed and are known to converge to…

Reinforcement Learning