paper-with-me

Papers

Quantile Constrained Reinforcement Learning: A Reinforcement Learning Framework Constraining Outage Probability

2022-11-28 · Whiyoung Jung, Myungsik Cho, Jongeui Park, Youngchul Sung

Constrained reinforcement learning (RL) is an area of RL whose objective is to find an optimal policy that maximizes expected cumulative return while satisfying a given constraint. Most of the previous constrained RL works consider expected cumulative sum cost as the constraint. However, optimization with this constraint cannot guarantee a target probability of outage event that the cumulative sum cost exceeds a given threshold. This paper proposes a framework, named Quantile Constrained RL (QCRL), to constrain the quantile of the distribution of the cumulative sum cost that is a necessary and sufficient condition to satisfy the outage constraint. This is the first work that tackles the issue of applying the policy gradient theorem to the quantile and provides theoretical results for approximating the gradient of the quantile. Based on the derived theoretical results and the technique of the Lagrange multiplier, we construct a constrained RL algorithm named Quantile Constrained Policy Optimization (QCPO). We use distributional RL with the Large Deviation Principle (LDP) to estimate quantiles and tail probability of the cumulative sum cost for the implementation of QCPO. The implemented algorithm satisfies the outage probability constraint after the training period.

📄 PDF Abstract BibTeX arXiv:2211.15034

Code (1)

wyjung0625/qcpo 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Tilted Quantile Gradient Updates for Quantile-Constrained Reinforcement Learning

2024-12-17 · Chenglin Li, Guangchun Ruan, Hua Geng

Safe reinforcement learning (RL) is a popular and versatile paradigm to learn reward-maximizing policies with safety guarantees. Previous works tend to express the safety constraints in an expectation form due to the eas…

Formreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Off-Policy Safe Reinforcement Learning with Constrained Optimistic Exploration

2026-03-25 · Guopeng Li, Matthijs T. J. Spaan, Julian F. P. Kooij arxiv

When safety is formulated as a limit of cumulative cost, safe reinforcement learning (RL) aims to learn policies that maximize return subject to the cost constraint in data collection and deployment. Off-policy safe RL m…

Reinforcement LearningAutonomous Driving

Quantile Geometry Regularization for Distributional Reinforcement Learning

2026-05-05 · Zhaofan Zhang, Minghao Yang, Rufeng Chen, Sihong Xie 외 arxiv

Quantile-based distributional reinforcement learning methods learn return distributions through sampled quantile regression, but their bootstrapped target quantiles may induce distorted or degenerate distribution estimat…

Reinforcement LearningAtari Games

Extreme Value Policy Optimization for Safe Reinforcement Learning

2026-01-17 · Shiqing Gao, Yihang Zhou, Shuai Shao, Haoyu Luo 외 arxiv

Ensuring safety is a critical challenge in applying Reinforcement Learning (RL) to real-world scenarios. Constrained Reinforcement Learning (CRL) addresses this by maximizing returns under predefined constraints, typical…

Reinforcement Learning

Rethinking Large Language Model Distillation: A Constrained Markov Decision Process Perspective

2025-09-26 · Matthieu Zimmer, Xiaotong Ji, Tu Nguyen, Haitham Bou Ammar arxiv

We introduce a novel approach to large language model (LLM) distillation by formulating it as a constrained reinforcement learning problem. While recent work has begun exploring the integration of task-specific rewards i…

Reinforcement LearningMathematical Reasoning