paper-with-me

홈 › Papers

RACER: Epistemic Risk-Sensitive RL Enables Fast Driving with Fewer Crashes

2024-05-07 · Kyle Stachowicz, Sergey Levine

Reinforcement learning provides an appealing framework for robotic control due to its ability to learn expressive policies purely through real-world interaction. However, this requires addressing real-world constraints and avoiding catastrophic failures during training, which might severely impede both learning progress and the performance of the final policy. In many robotics settings, this amounts to avoiding certain "unsafe" states. The high-speed off-road driving task represents a particularly challenging instantiation of this problem: a high-return policy should drive as aggressively and as quickly as possible, which often requires getting close to the edge of the set of "safe" states, and therefore places a particular burden on the method to avoid frequent failures. To both learn highly performant policies and avoid excessive failures, we propose a reinforcement learning framework that combines risk-sensitive control with an adaptive action space curriculum. Furthermore, we show that our risk-sensitive objective automatically avoids out-of-distribution states when equipped with an estimator for epistemic uncertainty. We implement our algorithm on a small-scale rally car and show that it is capable of learning high-speed policies for a real-world off-road driving task. We show that our method greatly reduces the number of safety violations during the training process, and actually leads to higher-performance policies in both driving and non-driving simulation environments with similar challenges.

📄 PDF Abstract BibTeX arXiv:2405.04714

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

SENTINEL: Taming Uncertainty with Ensemble-based Distributional Reinforcement Learning

2021-02-22 · Hannes Eriksson, Debabrota Basu, Mina Alibeigi, Christos Dimitrakakis

In this paper, we consider risk-sensitive sequential decision-making in Reinforcement Learning (RL). Our contributions are two-fold. First, we introduce a novel and coherent quantification of risk, namely composite risk,…

Decision MakingDistributional Reinforcement LearningModel-based Reinforcement Learningreinforcement-learning+3

One Risk to Rule Them All: A Risk-Sensitive Perspective on Model-Based Offline Reinforcement Learning

2022-11-30 · NeurIPS 2023 11 · Marc Rigter, Bruno Lacerda, Nick Hawes

Offline reinforcement learning (RL) is suitable for safety-critical domains where online exploration is too costly or dangerous. In such safety-critical settings, decision-making should take into consideration the risk o…

AllDecision MakingOffline RLReinforcement Learning (RL)+1

Epistemic Risk-Sensitive Reinforcement Learning

2019-06-14 · Hannes Eriksson, Christos Dimitrakakis

We develop a framework for interacting with uncertain environments in reinforcement learning (RL) by leveraging preferences in the form of utility functions. We claim that there is value in considering different risk mea…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Frictive Policy Optimization for LLMs: Epistemic Intervention, Risk-Sensitive Control, and Reflective Alignment

2026-04-28 · James Pustejovsky, Nikhil Krishnaswamy arxiv

We propose Frictive Policy Optimization (FPO), a framework for learning language model policies that regulate not only what to say, but when and how to intervene in order to manage epistemic and normative risk. Unlike st…

A unified uncertainty-aware exploration: Combining epistemic and aleatory uncertainty

2024-01-05 · Parvin Malekzadeh, Ming Hou, Konstantinos N. Plataniotis

Exploration is a significant challenge in practical reinforcement learning (RL), and uncertainty-aware exploration that incorporates the quantification of epistemic and aleatory uncertainty has been recognized as an effe…

Decision MakingReinforcement Learning (RL)