paper-with-me

홈 › Papers

Constrained Reinforcement Learning with Smoothed Log Barrier Function

2024-03-21 · Baohe Zhang, Yuan Zhang, Lilli Frison, Thomas Brox, Joschka Bödecker

Reinforcement Learning (RL) has been widely applied to many control tasks and substantially improved the performances compared to conventional control methods in many domains where the reward function is well defined. However, for many real-world problems, it is often more convenient to formulate optimization problems in terms of rewards and constraints simultaneously. Optimizing such constrained problems via reward shaping can be difficult as it requires tedious manual tuning of reward functions with several interacting terms. Recent formulations which include constraints mostly require a pre-training phase, which often needs human expertise to collect data or assumes having a sub-optimal policy readily available. We propose a new constrained RL method called CSAC-LB (Constrained Soft Actor-Critic with Log Barrier Function), which achieves competitive performance without any pre-training by applying a linear smoothed log barrier function to an additional safety critic. It implements an adaptive penalty for policy learning and alleviates the numerical issues that are known to complicate the application of the log barrier function method. As a result, we show that with CSAC-LB, we achieve state-of-the-art performance on several constrained control tasks with different levels of difficulty and evaluate our methods in a locomotion task on a real quadruped robot platform.

📄 PDF Abstract BibTeX arXiv:2403.14508

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Constrained Reinforcement Learning for Safe Heat Pump Control

2024-09-29 · Baohe Zhang, Lilli Frison, Thomas Brox, Joschka Bödecker

Constrained Reinforcement Learning (RL) has emerged as a significant research area within RL, where integrating constraints with rewards is crucial for enhancing safety and performance across diverse control tasks. In th…

Benchmarkingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Barrier-Metric First-Order Method for Linearly Constrained Bilevel Optimization

2026-05-12 · Tenglong Hong, Paul Grigas arxiv

We study bilevel optimization with a fixed polyhedral lower feasible set. Such problems are challenging for two reasons: active-set changes can make the upper objective nonsmooth, and existing hypergradient methods typic…

Bilevel Optimization

Breaking the Barrier: Enhanced Utility and Robustness in Smoothed DRL Agents

2024-06-26 · Chung-En Sun, Sicun Gao, Tsui-Wei Weng

Robustness remains a paramount concern in deep reinforcement learning (DRL), with randomized smoothing emerging as a key technique for enhancing this attribute. However, a notable gap exists in the performance of current…

AttributeDeep Reinforcement Learning

Model-based Constrained Reinforcement Learning using Generalized Control Barrier Function

2021-03-02 · Haitong Ma, Jianyu Chen, Shengbo Eben Li, Ziyu Lin 외

Model information can be used to predict future trajectories, so it has huge potential to avoid dangerous region when implementing reinforcement learning (RL) on real-world tasks, like autonomous driving. However, existi…

Autonomous DrivingCollision Avoidancereinforcement-learningReinforcement Learning+2

Improved Sample Complexity of Imitation Learning for Barrier Model Predictive Control

2024-10-01 · Daniel Pfrommer, Swati Padmanabhan, Kwangjun Ahn, Jack Umenberger 외

Recent work in imitation learning has shown that having an expert controller that is both suitably smooth and stable enables stronger guarantees on the performance of the learned controller. However, constructing such sm…

Imitation LearningModel Predictive Control