English

Risk Averse Robust Adversarial Reinforcement Learning

Machine Learning 2019-04-02 v1 Artificial Intelligence Robotics

Abstract

Deep reinforcement learning has recently made significant progress in solving computer games and robotic control tasks. A known problem, though, is that policies overfit to the training environment and may not avoid rare, catastrophic events such as automotive accidents. A classical technique for improving the robustness of reinforcement learning algorithms is to train on a set of randomized environments, but this approach only guards against common situations. Recently, robust adversarial reinforcement learning (RARL) was developed, which allows efficient applications of random and systematic perturbations by a trained adversary. A limitation of RARL is that only the expected control objective is optimized; there is no explicit modeling or optimization of risk. Thus the agents do not consider the probability of catastrophic events (i.e., those inducing abnormally large negative reward), except through their effect on the expected objective. In this paper we introduce risk-averse robust adversarial reinforcement learning (RARARL), using a risk-averse protagonist and a risk-seeking adversary. We test our approach on a self-driving vehicle controller. We use an ensemble of policy networks to model risk as the variance of value functions. We show through experiments that a risk-averse agent is better equipped to handle a risk-seeking adversary, and experiences substantially fewer crashes compared to agents trained without an adversary.

Keywords

Cite

@article{arxiv.1904.00511,
  title  = {Risk Averse Robust Adversarial Reinforcement Learning},
  author = {Xinlei Pan and Daniel Seita and Yang Gao and John Canny},
  journal= {arXiv preprint arXiv:1904.00511},
  year   = {2019}
}

Comments

ICRA 2019

R2 v1 2026-06-23T08:24:39.738Z