paper-with-me

Papers

Efficient Exploration in Average-Reward Constrained Reinforcement Learning: Achieving Near-Optimal Regret With Posterior Sampling

2024-05-29 · Danil Provodin, Maurits Kaptein, Mykola Pechenizkiy

We present a new algorithm based on posterior sampling for learning in Constrained Markov Decision Processes (CMDP) in the infinite-horizon undiscounted setting. The algorithm achieves near-optimal regret bounds while being advantageous empirically compared to the existing algorithms. Our main theoretical result is a Bayesian regret bound for each cost component of $\tilde{O} (DS\sqrt{AT})$ for any communicating CMDP with $S$ states, $A$ actions, and diameter $D$. This regret bound matches the lower bound in order of time horizon $T$ and is the best-known regret bound for communicating CMDPs achieved by a computationally tractable algorithm. Empirical results show that our posterior sampling algorithm outperforms the existing algorithms for constrained reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2405.19017

Code (1)

danilprov/cmdp 공식 구현

Tasks

Efficient Exploration

Similar Papers 제목 키워드 기반

Constrained Reinforcement Learning with Average Reward Objective: Model-Based and Model-Free Algorithms

2024-06-17 · Vaneet Aggarwal, Washim Uddin Mondal, Qinbo Bai

Reinforcement Learning (RL) serves as a versatile framework for sequential decision-making, finding applications across diverse domains such as robotics, autonomous driving, recommendation systems, supply chain optimizat…

Autonomous DrivingDecision MakingmodelRecommendation Systems+2

OGER: A Robust Offline-Guided Exploration Reward for Hybrid Reinforcement Learning

2026-04-20 · Xinyu Ma, Mingzhou Xu, Xuebo Liu, Chang Jin 외 arxiv

Recent advancements in Reinforcement Learning with Verifiable Rewards (RLVR) have significantly improved Large Language Model (LLM) reasoning, yet models often struggle to explore novel trajectories beyond their initial …

Reinforcement LearningMathematical Reasoning

Distributional Reinforcement Learning for Efficient Exploration

2019-05-13 · Borislav Mavrin, Shangtong Zhang, Hengshuai Yao, Linglong Kong 외

In distributional reinforcement learning (RL), the estimated distribution of value function models both the parametric and intrinsic uncertainties. We propose a novel and efficient exploration method for deep RL that has…

Atari GamesDistributional Reinforcement LearningEfficient Explorationreinforcement-learning+2

Adaptive trajectory-constrained exploration strategy for deep reinforcement learning

2023-12-27 · GuoJian Wang, Faguo Wu, Xiao Zhang, Ning Guo 외

Deep reinforcement learning (DRL) faces significant challenges in addressing the hard-exploration problems in tasks with sparse or deceptive rewards and large state spaces. These challenges severely limit the practical a…

Deep Reinforcement LearningMuJoCoMulti-agent Reinforcement Learningreinforcement-learning+1

Cost-Sensitive Exploration in Bayesian Reinforcement Learning

2012-12-01 · NeurIPS 2012 12 · Dongho Kim, Kee-Eung Kim, Pascal Poupart

In this paper, we consider Bayesian reinforcement learning (BRL) where actions incur costs in addition to rewards, and thus exploration has to be constrained in terms of the expected total cost while learning to maximize…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)