LGFeb 6

Risk-Sensitive Exponential Actor Critic

arXiv:2602.07202v11 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses safety concerns in deploying RL agents in real-world applications by improving stability in risk-aware learning, though it is incremental as it builds on existing entropic risk measures.

The paper tackled the problem of high-variance and numerically unstable updates in risk-sensitive reinforcement learning for safety-critical applications, proposing rsEAC, which reliably learns risk-sensitive policies in challenging continuous tasks like MuJoCo variants.

Model-free deep reinforcement learning (RL) algorithms have achieved tremendous success on a range of challenging tasks. However, safety concerns remain when these methods are deployed on real-world applications, necessitating risk-aware agents. A common utility for learning such risk-aware agents is the entropic risk measure, but current policy gradient methods optimizing this measure must perform high-variance and numerically unstable updates. As a result, existing risk-sensitive model-free approaches are limited to simple tasks and tabular settings. In this paper, we provide a comprehensive theoretical justification for policy gradient methods on the entropic risk measure, including on- and off-policy gradient theorems for the stochastic and deterministic policy settings. Motivated by theory, we propose risk-sensitive exponential actor-critic (rsEAC), an off-policy model-free approach that incorporates novel procedures to avoid the explicit representation of exponential value functions and their gradients, and optimizes its policy w.r.t the entropic risk measure. We show that rsEAC produces more numerically stable updates compared to existing approaches and reliably learns risk-sensitive policies in challenging risky variants of continuous tasks in MuJoCo.

Foundations

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

Your Notes