Safe Reinforcement Learning

77 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

Most implemented papers

Log Barriers for Safe Black-box Optimization with Application to Safe Reinforcement Learning

lasgroup/lbsgd-rl 21 Jul 2022

We introduce a general approach for seeking a stationary point in high dimensional non-linear stochastic optimization problems in which maintaining safety during learning is crucial.

Self-Improving Safety Performance of Reinforcement Learning Based Driving with Black-Box Verification Algorithms

data-and-decision-lab/self-improving-RL 29 Oct 2022

In this work, we propose a self-improving artificial intelligence system to enhance the safety performance of reinforcement learning (RL)-based autonomous driving (AD) agents using black-box verification methods.

NLBAC: A Neural Ordinary Differential Equations-based Framework for Stable and Safe Reinforcement Learning

liqunzhao/neural-ordinary-differential-equations-based-lyapunov-barrier-actor-critic-nlbac 23 Jan 2024

Reinforcement learning (RL) excels in applications such as video games and robotics, but ensuring safety and stability remains challenging when using RL to control real-world systems where using model-free algorithms suffering from low sample efficiency might be prohibitive.

Off-Policy Primal-Dual Safe Reinforcement Learning

pku-alignment/omnisafe 26 Jan 2024

Results on benchmark tasks show that our method not only achieves an asymptotic performance comparable to state-of-the-art on-policy methods while using much fewer samples, but also significantly reduces constraint violation during training.

Balance Reward and Safety Optimization for Safe Reinforcement Learning: A Perspective of Gradient Manipulation

pku-alignment/omnisafe 2 May 2024

Ensuring the safety of Reinforcement Learning (RL) is crucial for its deployment in real-world applications.

Data-Efficient Reinforcement Learning with Probabilistic Model Predictive Control

SimonRennotte/Data-Efficient-Reinforcement-Learning-with-Probabilistic-Model-Predictive-Control 20 Jun 2017

Trial-and-error based reinforcement learning (RL) has seen rapid advancements in recent times, especially with the advent of deep neural networks.

Trial without Error: Towards Safe Reinforcement Learning via Human Intervention

gsastry/human-rl 17 Jul 2017

We formalize human intervention for RL and show how to reduce the human labor required by training a supervised learner to imitate the human's intervention decisions.

Safe Reinforcement Learning via Shielding

DanielLSM/safe-rl-tutorial 29 Aug 2017

In the first one, the shield acts each time the learning agent is about to make a decision and provides a list of safe actions.

Logically-Constrained Reinforcement Learning

grockious/lcrl 24 Jan 2018

With this reward function, the policy synthesis procedure is "constrained" by the given specification.

A Lyapunov-based Approach to Safe Reinforcement Learning

jemaw/gym-safety NeurIPS 2018

In many real-world reinforcement learning (RL) problems, besides optimizing the main objective function, an agent must concurrently avoid violating a number of constraints.