paper-with-me

Papers

Best-of-Both-Worlds Policy Optimization for CMDPs with Bandit Feedback

2024-10-03 · Francesco Emanuele Stradi, Anna Lunghi, Matteo Castiglioni, Alberto Marchesi, Nicola Gatti

We study online learning in constrained Markov decision processes (CMDPs) in which rewards and constraints may be either stochastic or adversarial. In such settings, Stradi et al.(2024) proposed the first best-of-both-worlds algorithm able to seamlessly handle stochastic and adversarial constraints, achieving optimal regret and constraint violation bounds in both cases. This algorithm suffers from two major drawbacks. First, it only works under full feedback, which severely limits its applicability in practice. Moreover, it relies on optimizing over the space of occupancy measures, which requires solving convex optimization problems, an highly inefficient task. In this paper, we provide the first best-of-both-worlds algorithm for CMDPs with bandit feedback. Specifically, when the constraints are stochastic, the algorithm achieves $\widetilde{\mathcal{O}}(\sqrt{T})$ regret and constraint violation, while, when they are adversarial, it attains $\widetilde{\mathcal{O}}(\sqrt{T})$ constraint violation and a tight fraction of the optimal reward. Moreover, our algorithm is based on a policy optimization approach, which is much more efficient than occupancy-measure-based methods.

📄 PDF Abstract BibTeX arXiv:2410.02269

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Best-of-Both-Worlds Algorithm for Constrained MDPs with Long-Term Constraints

2023-04-27 · Jacopo Germano, Francesco Emanuele Stradi, Gianmarco Genalti, Matteo Castiglioni 외

We study online learning in episodic constrained Markov decision processes (CMDPs), where the learner aims at collecting as much reward as possible over the episodes, while satisfying some long-term constraints during th…

Autonomous DrivingRecommendation Systems

ACPO: A Policy Optimization Algorithm for Average MDPs with Constraints

2023-02-02 · Akhil Agnihotri, Rahul Jain, Haipeng Luo

Reinforcement Learning (RL) for constrained MDPs (CMDPs) is an increasingly important problem for various applications. Often, the average criterion is more suitable than the discounted criterion. Yet, RL for average-CMD…

OpenAI GymReinforcement Learning (RL)

Accelerated Primal-Dual Policy Optimization for Safe Reinforcement Learning

2018-02-19 · Qingkai Liang, Fanyu Que, Eytan Modiano

Constrained Markov Decision Process (CMDP) is a natural framework for reinforcement learning tasks with safety constraints, where agents learn a policy that maximizes the long-term reward while satisfying the constraints…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Model-Free, Regret-Optimal Best Policy Identification in Online CMDPs

2023-09-27 · Zihan Zhou, Honghao Wei, Lei Ying

This paper considers the best policy identification (BPI) problem in online Constrained Markov Decision Processes (CMDPs). We are interested in algorithms that are model-free, have low regret, and identify an approximate…

2k

Primal-Dual Policy Optimization for Linear CMDPs with Adversarial Losses

2026-05-12 · Kihyun Yu, Seoungbin Bae, Dabeen Lee arxiv

Existing work on linear constrained Markov decision processes (CMDPs) has primarily focused on stochastic settings, where the losses and costs are either fixed or drawn from fixed distributions. However, such formulation…