paper-with-me

Papers

Addressing Inherent Uncertainty: Risk-Sensitive Behavior Generation for Automated Driving using Distributional Reinforcement Learning

2021-02-05 · Julian Bernhard, Stefan Pollok, Alois Knoll

For highly automated driving above SAE level~3, behavior generation algorithms must reliably consider the inherent uncertainties of the traffic environment, e.g. arising from the variety of human driving styles. Such uncertainties can generate ambiguous decisions, requiring the algorithm to appropriately balance low-probability hazardous events, e.g. collisions, and high-probability beneficial events, e.g. quickly crossing the intersection. State-of-the-art behavior generation algorithms lack a distributional treatment of decision outcome. This impedes a proper risk evaluation in ambiguous situations, often encouraging either unsafe or conservative behavior. Thus, we propose a two-step approach for risk-sensitive behavior generation combining offline distribution learning with online risk assessment. Specifically, we first learn an optimal policy in an uncertain environment with Deep Distributional Reinforcement Learning. During execution, the optimal risk-sensitive action is selected by applying established risk criteria, such as the Conditional Value at Risk, to the learned state-action return distributions. In intersection crossing scenarios, we evaluate different risk criteria and demonstrate that our approach increases safety, while maintaining an active driving style. Our approach shall encourage further studies about the benefits of risk-sensitive approaches for self-driving vehicles.

📄 PDF Abstract BibTeX arXiv:2102.03119

Code (0)

등록된 구현이 없습니다.

Tasks

Distributional Reinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Risk-Sensitive Bayesian Games for Multi-Agent Reinforcement Learning under Policy Uncertainty

2022-03-18 · Hannes Eriksson, Debabrota Basu, Mina Alibeigi, Christos Dimitrakakis

In stochastic games with incomplete information, the uncertainty is evoked by the lack of knowledge about a player's own and the other players' types, i.e. the utility function and the policy space, and also the inherent…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Robust Bayesian Dynamic Programming for On-policy Risk-sensitive Reinforcement Learning

2025-12-31 · Shanyu Han, Yangbo He, Yang Liu arxiv

We propose a novel framework for risk-sensitive reinforcement learning (RSRL) that incorporates robustness against transition uncertainty. We define two distinct yet coupled risk measures: an inner risk measure addressin…

Reinforcement Learning

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)

Estimating Risk and Uncertainty in Deep Reinforcement Learning

2019-05-23 · William R. Clements, Bastien Van Delft, Benoît-Marie Robaglia, Reda Bahi Slaoui 외

Reinforcement learning agents are faced with two types of uncertainty. Epistemic uncertainty stems from limited data and is useful for exploration, whereas aleatoric uncertainty arises from stochastic environments and mu…

Bayesian InferenceDeep Reinforcement LearningDistributional Reinforcement LearningEfficient Exploration+3

Risk-Constrained Interactive Safety under Behavior Uncertainty for Autonomous Driving

2021-02-05 · Julian Bernhard, Alois Knoll

Balancing safety and efficiency when planning in dense traffic is challenging. Interactive behavior planners incorporate prediction uncertainty and interactivity inherent to these traffic situations. Yet, their use of si…

Autonomous Driving