paper-with-me

Papers

RAIL: Risk-Averse Imitation Learning

2017-07-20 · Anirban Santara, Abhishek Naik, Balaraman Ravindran, Dipankar Das, Dheevatsa Mudigere, Sasikanth Avancha, Bharat Kaul

Imitation learning algorithms learn viable policies by imitating an expert's behavior when reward signals are not available. Generative Adversarial Imitation Learning (GAIL) is a state-of-the-art algorithm for learning policies when the expert's behavior is available as a fixed set of trajectories. We evaluate in terms of the expert's cost function and observe that the distribution of trajectory-costs is often more heavy-tailed for GAIL-agents than the expert at a number of benchmark continuous-control tasks. Thus, high-cost trajectories, corresponding to tail-end events of catastrophic failure, are more likely to be encountered by the GAIL-agents than the expert. This makes the reliability of GAIL-agents questionable when it comes to deployment in risk-sensitive applications like robotic surgery and autonomous driving. In this work, we aim to minimize the occurrence of tail-end events by minimizing tail risk within the GAIL framework. We quantify tail risk by the Conditional-Value-at-Risk (CVaR) of trajectories and develop the Risk-Averse Imitation Learning (RAIL) algorithm. We observe that the policies learned with RAIL show lower tail-end risk than those of vanilla GAIL. Thus the proposed RAIL algorithm appears as a potent alternative to GAIL for improved reliability in risk-sensitive applications.

📄 PDF Abstract BibTeX arXiv:1707.06658

Code (1)

Santara/RAIL

Tasks

Autonomous Drivingcontinuous-controlContinuous ControlImitation Learning

Similar Papers 제목 키워드 기반

Risk-Sensitive Generative Adversarial Imitation Learning

2018-08-13 · Jonathan Lacotte, Mohammad Ghavamzadeh, Yin-Lam Chow, Marco Pavone

We study risk-sensitive imitation learning where the agent's goal is to perform at least as well as the expert in terms of a risk profile. We first formulate our risk-sensitive imitation learning setting. We consider the…

Imitation LearningMuJoCo

An Alternative to Variance: Gini Deviation for Risk-averse Policy Gradient

2023-07-17 · NeurIPS 2023 11

Restricting the variance of a policy's return is a popular choice in risk-averse Reinforcement Learning (RL) due to its clear mathematical definition and easy interpretability. Traditional methods directly restrict the t…

Reinforcement Learning (RL)

DreamGuard: Efficient Runtime Guardrail for LLM Agents via Risk-Aware World Model

2026-08-06 · Wenhao Lin, Chenyu Yu, Xingwei Lin, Sicong Cao 외 arxiv

As large language model (LLM) agents increasingly invoke external tools and interact with real-world systems, unsafe actions may cause irreversible consequences on external states, user data, and downstream services. Rec…

Decision Variance in Online Learning

2018-07-24 · Sattar Vakili, Alexis Boukouvalas, Qing Zhao

Online learning has traditionally focused on the expected rewards. In this paper, a risk-averse online learning problem under the performance measure of the mean-variance of the rewards is studied. Both the bandit and fu…

SafePred: A Predictive Guardrail for Computer-Using Agents via World Models

2026-02-02 · Yurun Chen, Zeyi Liao, Ping Yin, Taotao Xie 외 arxiv

With the widespread deployment of Computer-using Agents (CUAs) in complex real-world environments, prevalent long-term risks often lead to severe and irreversible consequences. Most existing guardrails for CUAs adopt a r…