paper-with-me

Papers

Exterior Penalty Policy Optimization with Penalty Metric Network under Constraints

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

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 handling constraints, which imposes constraints penalties on the objective to transform the constrained problem into an unconstrained one. However, it is challenging to choose appropriate penalties that balance policy performance and constraint satisfaction efficiently. In this paper, we propose a theoretically guaranteed penalty function method, Exterior Penalty Policy Optimization (EPO), with adaptive penalties generated by a Penalty Metric Network (PMN). PMN responds appropriately to varying degrees of constraint violations, enabling efficient constraint satisfaction and safe exploration. We theoretically prove that EPO consistently improves constraint satisfaction with a convergence guarantee. We propose a new surrogate function and provide worst-case constraint violation and approximation error. In practice, we propose an effective smooth penalty function, which can be easily implemented with a first-order optimizer. Extensive experiments are conducted, showing that EPO outperforms the baselines in terms of policy performance and constraint satisfaction with a stable training process, particularly on complex tasks.

📄 PDF Abstract BibTeX arXiv:2407.15537

Code (1)

Ontroad/EPOPMN 공식 구현 pytorch

Tasks

Safe Exploration

Similar Papers 제목 키워드 기반

A Logarithmic Barrier Method For Proximal Policy Optimization

2018-12-16 · Cheng Zeng, Hongming Zhang

Proximal policy optimization(PPO) has been proposed as a first-order optimization method for reinforcement learning. We should notice that an exterior penalty method is used in it. Often, the minimizers of the exterior p…

MuJoCoReinforcement Learning

Multichannel Active Noise Control with Exterior Radiation Suppression Based on Riemannian Optimization

2023-06-15 · Takaaki Kojima, Kazuyuki Arikawa, Shoichi Koyama, Hiroshi Saruwatari

A multichannel active noise control (ANC) method with exterior radiation suppression is proposed. When applying ANC in a three-dimensional space by using multiple microphones and loudspeakers, the loudspeaker output can …

Riemannian optimization

Coordinated Multi-Valve Disturbance-Rejection Pressure Control for High-Altitude Test Stands via Exterior Penalty Functions

2025-05-14 · Zhang Louyue, Li Xin, Zhai Chao, Shi Duoqi 외

High altitude simulation test benches for aero engines employ multi chamber, multi valve intake systems that demand effective decoupling and strong disturbance rejection during transient tests. This paper proposes a coor…

KL Penalty Control via Perturbation for Direct Preference Optimization

2025-02-18 · Sangkyu Lee, Janghoon Han, Hosung Song, Stanley Jungkyu Choi 외

Direct Preference Optimization (DPO) demonstrates the advantage of aligning a large language model with human preference using only an offline dataset. However, DPO has the limitation that the KL penalty, which prevents …

ChatbotLanguage ModelingLanguage ModellingLarge Language Model

GDNSQ: Gradual Differentiable Noise Scale Quantization for Low-bit Neural Networks

2025-08-19 · Sergey Salishev, Ian Akhremchik arxiv

Quantized neural networks can be viewed as a chain of noisy channels, where rounding in each layer reduces capacity as bit-width shrinks; the floating-point (FP) checkpoint sets the maximum input rate. We track capacity …