paper-with-me

Papers

Pessimism Meets Risk: Risk-Sensitive Offline Reinforcement Learning

2024-07-10 · Dake Zhang, Boxiang Lyu, Shuang Qiu, Mladen Kolar, Tong Zhang

We study risk-sensitive reinforcement learning (RL), a crucial field due to its ability to enhance decision-making in scenarios where it is essential to manage uncertainty and minimize potential adverse outcomes. Particularly, our work focuses on applying the entropic risk measure to RL problems. While existing literature primarily investigates the online setting, there remains a large gap in understanding how to efficiently derive a near-optimal policy based on this risk measure using only a pre-collected dataset. We center on the linear Markov Decision Process (MDP) setting, a well-regarded theoretical framework that has yet to be examined from a risk-sensitive standpoint. In response, we introduce two provably sample-efficient algorithms. We begin by presenting a risk-sensitive pessimistic value iteration algorithm, offering a tight analysis by leveraging the structure of the risk-sensitive performance measure. To further improve the obtained bounds, we propose another pessimistic algorithm that utilizes variance information and reference-advantage decomposition, effectively improving both the dependence on the space dimension $d$ and the risk-sensitivity factor. To the best of our knowledge, we obtain the first provably efficient risk-sensitive offline RL algorithms.

📄 PDF Abstract BibTeX arXiv:2407.07631

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingOffline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

RAMAC: Multimodal Risk-Aware Offline Reinforcement Learning and the Role of Behavior Regularization

2025-10-03 · Kai Fukazawa, Kunal Mundada, Iman Soltani arxiv

In safety-critical domains where online data collection is infeasible, offline reinforcement learning (RL) is attractive only if policies achieve high returns without catastrophic lower-tail risk. Prior work on risk-aver…

Reinforcement LearningOffline RL

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

Risk-sensitive Actor-Critic with Static Spectral Risk Measures for Online and Offline Reinforcement Learning

2025-07-05 · Mehrdad Moghimi, Hyejin Ku arxiv

The development of Distributional Reinforcement Learning (DRL) has introduced a natural way to incorporate risk sensitivity into value-based and actor-critic methods by employing risk measures other than expectation in t…

Reinforcement LearningOffline RL

Model-Based Offline Reinforcement Learning with Pessimism-Modulated Dynamics Belief

2022-10-13 · Kaiyang Guo, Yunfeng Shao, Yanhui Geng

Model-based offline reinforcement learning (RL) aims to find highly rewarding policy, by leveraging a previously collected static dataset and a dynamics model. While the dynamics model learned through reuse of the static…

D4RLOffline RLreinforcement-learningReinforcement Learning+1

Unified PAC-Bayesian Study of Pessimism for Offline Policy Learning with Regularized Importance Sampling

2024-06-05 · Imad Aouali, Victor-Emmanuel Brunel, David Rohde, Anna Korba

Off-policy learning (OPL) often involves minimizing a risk estimator based on importance weighting to correct bias from the logging policy used to collect data. However, this method can produce an estimator with a high v…

Generalization Bounds