paper-with-me

Papers

SB-TRPO: Towards Safe Reinforcement Learning with Hard Constraints

2025-12-29 · Dominik Wagner, Ankit Kanwar, Luke Ong arxiv

In safety-critical domains, reinforcement learning (RL) agents must often satisfy strict, zero-cost safety constraints while accomplishing tasks. Existing model-free methods frequently either fail to achieve near-zero safety violations or become overly conservative. We introduce Safety-Biased Trust Region Policy Optimisation (SB-TRPO), a principled algorithm for hard-constrained RL that dynamically balances cost reduction with reward improvement. At each step, SB-TRPO updates via a dynamic convex combination of the reward and cost natural policy gradients, ensuring a fixed fraction of optimal cost reduction while using remaining update capacity for reward improvement. Our method comes with formal guarantees of local progress on safety, while still improving reward whenever gradients are suitably aligned. Experiments on standard and challenging Safety Gymnasium tasks demonstrate that SB-TRPO consistently achieves the best balance of safety and task performance in the hard-constrained regime.

📄 PDF Abstract BibTeX arXiv:2512.23770

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Embedding Safety into RL: A New Take on Trust Region Methods

2024-11-05 · Nikola Milosevic, Johannes Müller, Nico Scherf

Reinforcement Learning (RL) agents can solve diverse tasks but often exhibit unsafe behavior. Constrained Markov Decision Processes (CMDPs) address this by enforcing safety constraints, yet existing methods either sacrif…

Reinforcement Learning (RL)

Multi-Agent Trust Region Policy Optimisation: A Joint Constraint Approach

2025-08-14 · Chak Lam Shek, Guangyao Shi, Pratap Tokekar arxiv

Multi-agent reinforcement learning (MARL) requires coordinated and stable policy updates among interacting agents. Heterogeneous-Agent Trust Region Policy Optimization (HATRPO) enforces per-agent trust region constraints…

Multi-agent Reinforcement Learning

Safe, Efficient, Comfort, and Energy-saving Automated Driving through Roundabout Based on Deep Reinforcement Learning

2023-06-20 · Henan Yuan, Penghui Li, Bart van Arem, Liujiang Kang 외

Traffic scenarios in roundabouts pose substantial complexity for automated driving. Manually mapping all possible scenarios into a state space is labor-intensive and challenging. Deep reinforcement learning (DRL) with it…

Deep Reinforcement Learning

Supervised Policy Update for Deep Reinforcement Learning

2018-05-29 · ICLR 2019 · Quan Vuong, Yiming Zhang, Keith W. Ross

We propose a new sample-efficient methodology, called Supervised Policy Update (SPU), for deep reinforcement learning. Starting with data generated by the current policy, SPU formulates and solves a constrained optimizat…

Deep Reinforcement LearningMuJoCoreinforcement-learningReinforcement Learning+1

Enforcing Hard Constraints with Soft Barriers: Safe Reinforcement Learning in Unknown Stochastic Environments

2022-09-29 · YiXuan Wang, Simon Sinong Zhan, Ruochen Jiao, Zhilu Wang 외

It is quite challenging to ensure the safety of reinforcement learning (RL) agents in an unknown and stochastic environment under hard constraints that require the system state not to reach certain specified unsafe regio…

Reinforcement Learning (RL)Safe Reinforcement Learning