LGROJun 8, 2025

Safety-Aware Reinforcement Learning for Control via Risk-Sensitive Action-Value Iteration and Quantile Regression

arXiv:2506.06954v14 citationsh-index: 60CDC
Originality Incremental advance
AI Analysis

This addresses safety-critical control problems in robotics, offering an incremental improvement by integrating risk sensitivity into existing quantile-based methods.

The paper tackled the problem of overestimation bias in reinforcement learning and the challenge of ensuring safety constraints, proposing a risk-regularized quantile-based algorithm that integrates Conditional Value-at-Risk to enforce safety without complex architectures. Simulations in a mobile robot dynamic reach-avoid task showed more goal successes, fewer collisions, and better safety-performance trade-offs compared to risk-neutral methods.

Mainstream approximate action-value iteration reinforcement learning (RL) algorithms suffer from overestimation bias, leading to suboptimal policies in high-variance stochastic environments. Quantile-based action-value iteration methods reduce this bias by learning a distribution of the expected cost-to-go using quantile regression. However, ensuring that the learned policy satisfies safety constraints remains a challenge when these constraints are not explicitly integrated into the RL framework. Existing methods often require complex neural architectures or manual tradeoffs due to combined cost functions. To address this, we propose a risk-regularized quantile-based algorithm integrating Conditional Value-at-Risk (CVaR) to enforce safety without complex architectures. We also provide theoretical guarantees on the contraction properties of the risk-sensitive distributional Bellman operator in Wasserstein space, ensuring convergence to a unique cost distribution. Simulations of a mobile robot in a dynamic reach-avoid task show that our approach leads to more goal successes, fewer collisions, and better safety-performance trade-offs compared to risk-neutral methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes