paper-with-me

Papers

Proactive Constrained Policy Optimization with Preemptive Penalty

2025-08-03 · Ning Yang, Pengyu Wang, Guoqing Liu, Haifeng Zhang, Pin Lv, Jun Wang arxiv

Safe Reinforcement Learning (RL) often faces significant issues such as constraint violations and instability, necessitating the use of constrained policy optimization, which seeks optimal policies while ensuring adherence to specific constraints like safety. Typically, constrained optimization problems are addressed by the Lagrangian method, a post-violation remedial approach that may result in oscillations and overshoots. Motivated by this, we propose a novel method named Proactive Constrained Policy Optimization (PCPO) that incorporates a preemptive penalty mechanism. This mechanism integrates barrier items into the objective function as the policy nears the boundary, imposing a cost. Meanwhile, we introduce a constraint-aware intrinsic reward to guide boundary-aware exploration, which is activated only when the policy approaches the constraint boundary. We establish theoretical upper and lower bounds for the duality gap and the performance of the PCPO update, shedding light on the method's convergence characteristics. Additionally, to enhance the optimization performance, we adopt a policy iteration approach. An interesting finding is that PCPO demonstrates significant stability in experiments. Experimental results indicate that the PCPO framework provides a robust solution for policy optimization under constraints, with important implications for future research and practical applications.

📄 PDF Abstract BibTeX arXiv:2508.01883

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Exterior Penalty Policy Optimization with Penalty Metric Network under Constraints

2024-07-22 · Shiqing Gao, Jiaxin Ding, Luoyi Fu, Xinbing Wang 외

In Constrained Reinforcement Learning (CRL), agents explore the environment to learn the optimal policy while satisfying constraints. The penalty function method has recently been studied as an effective approach for han…

Safe Exploration

BCPPO: Bachelier-Inspired Constrained Proximal Policy Optimization for Tail-Risk-Aware Safe Reinforcement Learning

2026-08-31 · Dongsheng Hou, Yanqiao Chen, Yuhan Rui arxiv

Expected-cost constraints can still permit rare, high-cost events. Monte Carlo conditional value at risk (CVaR) gradients can be noisy at high confidence, whereas critics that model an outcome distribution add complexity…

Reinforcement Learning

Reward Constrained Policy Optimization

2018-05-28 · ICLR 2019 5 · Chen Tessler, Daniel J. Mankowitz, Shie Mannor

Solving tasks in Reinforcement Learning is no easy feat. As the goal of the agent is to maximize the accumulated reward, it often learns to exploit loopholes and misspecifications in the reward signal resulting in unwant…

Reinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Penalized Proximal Policy Optimization for Safe Reinforcement Learning

2022-05-24 · Linrui Zhang, Li Shen, Long Yang, Shixiang Chen 외

Safe reinforcement learning aims to learn the optimal policy while satisfying safety constraints, which is essential in real-world applications. However, current algorithms still struggle for efficient policy updates wit…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Constrained Policy Improvement for Safe and Efficient Reinforcement Learning

2018-05-20 · Elad Sarafian, Aviv Tamar, Sarit Kraus

We propose a policy improvement algorithm for Reinforcement Learning (RL) which is called Rerouted Behavior Improvement (RBI). RBI is designed to take into account the evaluation errors of the Q-function. Such errors are…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)