Safe Reinforcement Learning

72 papers with code • 0 benchmarks • 1 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Safe Reinforcement Learning models and implementations
3 papers
52
3 papers
48

Most implemented papers

Constrained Policy Optimization

jachiam/cpo ICML 2017

For many applications of reinforcement learning it can be more convenient to specify both a reward function and constraints, rather than trying to design behavior through the reward function.

Safe Learning in Robotics: From Learning-Based Control to Safe Reinforcement Learning

utiasDSL/safe-control-gym 13 Aug 2021

The last half-decade has seen a steep rise in the number of contributions on safe learning methods for real-world robotic deployments from both the control and reinforcement learning communities.

Feasible Actor-Critic: Constrained Reinforcement Learning for Ensuring Statewise Safety

mahaitongdae/Feasible-Actor-Critic 22 May 2021

The safety constraints commonly used by existing safe reinforcement learning (RL) methods are defined only on expectation of initial states, but allow each certain state to be unsafe, which is unsatisfying for real-world safety-critical tasks.

Constrained Update Projection Approach to Safe Policy Optimization

zmsn-2077/cup-safe-rl 15 Sep 2022

Compared to previous safe RL methods, CUP enjoys the benefits of 1) CUP generalizes the surrogate functions to generalized advantage estimator (GAE), leading to strong empirical performance.

Datasets and Benchmarks for Offline Safe Reinforcement Learning

liuzuxin/osrl 15 Jun 2023

This paper presents a comprehensive benchmarking suite tailored to offline safe reinforcement learning (RL) challenges, aiming to foster progress in the development and evaluation of safe learning algorithms in both the training and deployment phases.

Safe Reinforcement Learning with Scene Decomposition for Navigating Complex Urban Environments

sisl/AutomotiveSafeRL 25 Apr 2019

Navigating urban environments represents a complex task for automated vehicles.

Recovery RL: Safe Reinforcement Learning with Learned Recovery Zones

zlr20/saferl_kit 29 Oct 2020

Safety remains a central obstacle preventing widespread use of RL in the real world: learning new tasks in uncertain environments requires extensive exploration, but safety requires limiting exploration.

MetaDrive: Composing Diverse Driving Scenarios for Generalizable Reinforcement Learning

decisionforce/metadrive 26 Sep 2021

Based on MetaDrive, we construct a variety of RL tasks and baselines in both single-agent and multi-agent settings, including benchmarking generalizability across unseen scenes, safe exploration, and learning multi-agent traffic.

Constrained Variational Policy Optimization for Safe Reinforcement Learning

liuzuxin/cvpo-safe-rl 28 Jan 2022

Safe reinforcement learning (RL) aims to learn policies that satisfy certain constraints before deploying them to safety-critical applications.

Reachability Constrained Reinforcement Learning

mahaitongdae/Reachability_Constrained_RL 16 May 2022

Recent studies incorporate feasible sets into CRL with energy-based methods such as control barrier function (CBF), safety index (SI), and leverage prior conservative estimations of feasible sets, which harms the performance of the learned policy.