paper-with-me

홈 › Papers

Augmented Lagrangian Multiplier Network for State-wise Safety in Reinforcement Learning

2026-05-01 · Jiaming Zhang, Yujie Yang, Yao Lyu, Shengbo Eben Li, Liping Zhang arxiv

Safety is a primary challenge in real-world reinforcement learning (RL). Formulating safety requirements as state-wise constraints has become a prominent paradigm. Handling state-wise constraints with the Lagrangian method requires a distinct multiplier for every state, necessitating neural networks to approximate them as a multiplier network. However, applying standard dual gradient ascent to multiplier networks induces severe training oscillations. This is because the inherent instability of dual ascent is exacerbated by network generalization -- local overshoots and delayed updates propagate to adjacent states, further amplifying policy fluctuations. Existing stabilization techniques are designed for scalar multipliers, which are inadequate for state-dependent multiplier networks. To address this challenge, we propose an augmented Lagrangian multiplier network (ALaM) framework for stable learning of state-wise multipliers. ALaM consists of two key components. First, a quadratic penalty is introduced into the augmented Lagrangian to compensate for delayed multiplier updates and establish the local convexity near the optimum, thereby mitigating policy oscillations. Second, the multiplier network is trained via supervised regression toward a dual target, which stabilizes training and promotes convergence. Theoretically, we show that ALaM guarantees multiplier convergence and thus recovers the optimal policy of the constrained problem. Building on this framework, we integrate soft actor-critic (SAC) with ALaM to develop the SAC-ALaM algorithm. Experiments demonstrate that SAC-ALaM outperforms state-of-the-art safe RL baselines in both safety and return, while also stabilizing training dynamics and learning well-calibrated multipliers for risk identification.

📄 PDF Abstract BibTeX arXiv:2605.00667

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

A Stochastic Composite Augmented Lagrangian Method For Reinforcement Learning

2021-05-20 · Yongfeng Li, Mingming Zhao, WeiJie Chen, Zaiwen Wen

In this paper, we consider the linear programming (LP) formulation for deep reinforcement learning. The number of the constraints depends on the size of state and action spaces, which makes the problem intractable in lar…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Fast Multiplier Methods to Optimize Non-exhaustive, Overlapping Clustering

2016-02-05 · Yangyang Hou, Joyce Jiyoung Whang, David F. Gleich, Inderjit S. Dhillon

Clustering is one of the most fundamental and important tasks in data mining. Traditional clustering algorithms, such as K-means, assign every data point to exactly one cluster. However, in real-world datasets, the clust…

Clustering

Lagrangian-based online safe reinforcement learning for state-constrained systems

2023-05-22 · Soutrik Bandyopadhyay, Shubhendu Bhasin

This paper proposes a safe reinforcement learning (RL) algorithm that approximately solves the state-constrained optimal control problem for continuous-time uncertain nonlinear systems. We formulate the safe RL problem a…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Convergence Analysis of Consensus-ADMM for General QCQP

2022-05-30 · Huiping Huang, Hing Cheung So, Abdelhak M. Zoubir

We analyze the convergence properties of the consensus-alternating direction method of multipliers (ADMM) for solving general quadratically constrained quadratic programs. We prove that the augmented Lagrangian function …

Responsive Safety in Reinforcement Learning by PID Lagrangian Methods

2020-07-08 · Adam Stooke, Joshua Achiam, Pieter Abbeel

Lagrangian methods are widely used algorithms for constrained optimization problems, but their learning dynamics exhibit oscillations and overshoot which, when applied to safe reinforcement learning, leads to constraint-…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning