paper-with-me

Papers

A Multiplicative Value Function for Safe and Efficient Reinforcement Learning

2023-03-07 · Nick Bührer, Zhejun Zhang, Alexander Liniger, Fisher Yu, Luc van Gool

An emerging field of sequential decision problems is safe Reinforcement Learning (RL), where the objective is to maximize the reward while obeying safety constraints. Being able to handle constraints is essential for deploying RL agents in real-world environments, where constraint violations can harm the agent and the environment. To this end, we propose a safe model-free RL algorithm with a novel multiplicative value function consisting of a safety critic and a reward critic. The safety critic predicts the probability of constraint violation and discounts the reward critic that only estimates constraint-free returns. By splitting responsibilities, we facilitate the learning task leading to increased sample efficiency. We integrate our approach into two popular RL algorithms, Proximal Policy Optimization and Soft Actor-Critic, and evaluate our method in four safety-focused environments, including classical RL benchmarks augmented with safety constraints and robot navigation tasks with images and raw Lidar scans as observations. Finally, we make the zero-shot sim-to-real transfer where a differential drive robot has to navigate through a cluttered room. Our code can be found at https://github.com/nikeke19/Safe-Mult-RL.

📄 PDF Abstract BibTeX arXiv:2303.04118

Code (1)

nikeke19/safe-mult-rl 공식 구현 pytorch

Tasks

Navigatereinforcement-learningReinforcement LearningReinforcement Learning (RL)Robot NavigationSafe Reinforcement Learning

Similar Papers 제목 키워드 기반

Statistically Assuring Safety of Control Systems using Ensembles of Safety Filters and Conformal Prediction

2025-11-11 · Ihab Tabbara, Yuxuan Yang, Hussein Sibai arxiv

Safety assurance is a fundamental requirement for deploying learning-enabled autonomous systems. Hamilton-Jacobi (HJ) reachability analysis is a fundamental method for formally verifying safety and generating safe contro…

Reinforcement Learning

Provably Efficient Causal Reinforcement Learning with Confounded Observational Data

2020-06-22 · NeurIPS 2021 12 · Lingxiao Wang, Zhuoran Yang, Zhaoran Wang

Empowered by expressive function approximators such as neural networks, deep reinforcement learning (DRL) achieves tremendous empirical successes. However, learning expressive function approximators requires collecting a…

Autonomous DrivingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Kernel-Based Safe Exploration in Deep Reinforcement Learning

2026-05-21 · Rupak Majumdar, Nikhil Singh, Sadegh Soudjani arxiv

Safety has been a major concern when deploying deep reinforcement learning algorithms in the real world. A promising direction that ensures that the learned policy does not visit unsafe regions is to learn a \emph{barrie…

Reinforcement LearningContinuous Control

Risk-Sensitive Inhibitory Control for Safe Reinforcement Learning

2023-10-02 · Armin Lederer, Erfaun Noorani, John S. Baras, Sandra Hirche

Humans have the ability to deviate from their natural behavior when necessary, which is a cognitive process called response inhibition. Similar approaches have independently received increasing attention in recent years …

reinforcement-learningReinforcement LearningSafe Reinforcement Learning

Value Functions are Control Barrier Functions: Verification of Safe Policies using Control Theory

2023-06-06 · Daniel C. H. Tan, Fernando Acero, Robert McCarthy, Dimitrios Kanoulas 외

Guaranteeing safe behaviour of reinforcement learning (RL) policies poses significant challenges for safety-critical applications, despite RL's generality and scalability. To address this, we propose a new approach to ap…

DiversityReinforcement Learning (RL)