paper-with-me

Papers

Safe Reinforcement Learning with Model Uncertainty Estimates

2018-10-19 · Björn Lütjens, Michael Everett, Jonathan P. How

Many current autonomous systems are being designed with a strong reliance on black box predictions from deep neural networks (DNNs). However, DNNs tend to be overconfident in predictions on unseen data and can give unpredictable results for far-from-distribution test data. The importance of predictions that are robust to this distributional shift is evident for safety-critical applications, such as collision avoidance around pedestrians. Measures of model uncertainty can be used to identify unseen data, but the state-of-the-art extraction methods such as Bayesian neural networks are mostly intractable to compute. This paper uses MC-Dropout and Bootstrapping to give computationally tractable and parallelizable uncertainty estimates. The methods are embedded in a Safe Reinforcement Learning framework to form uncertainty-aware navigation around pedestrians. The result is a collision avoidance policy that knows what it does not know and cautiously avoids pedestrians that exhibit unseen behavior. The policy is demonstrated in simulation to be more robust to novel observations and take safer actions than an uncertainty-unaware baseline.

📄 PDF Abstract BibTeX arXiv:1810.08700

Code (0)

등록된 구현이 없습니다.

Tasks

Collision Avoidancemodelreinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Similar Papers 제목 키워드 기반

Deep Gaussian Process Proximal Policy Optimization

2025-11-22 · Matthijs van der Lende, Juan Cardenas-Cartagena arxiv

Uncertainty estimation for Reinforcement Learning (RL) is a critical component in control tasks where agents must balance safe exploration and efficient learning. While deep neural networks have enabled breakthroughs in …

Reinforcement LearningContinuous ControlGaussian Processes

Reliable Off-policy Evaluation for Reinforcement Learning

2020-11-08 · Jie Wang, Rui Gao, Hongyuan Zha

In a sequential decision-making problem, off-policy evaluation estimates the expected cumulative reward of a target policy using logged trajectory data generated from a different behavior policy, without execution of the…

Decision MakingOff-policy evaluationreinforcement-learningReinforcement Learning+2

Towards Generalizable Safety in Crowd Navigation via Conformal Uncertainty Handling

2025-08-07 · Jianpeng Yao, Xiaopan Zhang, Yu Xia, Zejin Wang 외 arxiv

Mobile robots navigating in crowds trained using reinforcement learning are known to suffer performance degradation when faced with out-of-distribution scenarios. We propose that by properly accounting for the uncertaint…

Reinforcement Learning

Fully Bayesian Recurrent Neural Networks for Safe Reinforcement Learning

2019-11-08 · Matt Benatan, Edward O. Pyzer-Knapp

Reinforcement Learning (RL) has demonstrated state-of-the-art results in a number of autonomous system applications, however many of the underlying algorithms rely on black-box predictions. This results in poor explainab…

Collision Avoidancereinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Model-Value Inconsistency as a Signal for Epistemic Uncertainty

2021-12-08 · Angelos Filos, Eszter Vértes, Zita Marinho, Gregory Farquhar 외

Using a model of the environment and a value function, an agent can construct many estimates of a state's value, by unrolling the model for different lengths and bootstrapping with its value function. Our key insight is …

Model-based Reinforcement LearningRolling Shutter Correction