LGAIGTJul 19, 2022

Feasible Adversarial Robust Reinforcement Learning for Underspecified Environments

arXiv:2207.09597v211 citationsh-index: 119
Originality Incremental advance
AI Analysis

This addresses the challenge of setting robustness parameters in RL for real-world applications, though it appears incremental as it builds on existing robust RL frameworks.

The paper tackles the problem of automatically determining the set of environment parameter values for robust reinforcement learning to avoid over- or under-specification, proposing Feasible Adversarial Robust RL (FARR) and showing that it improves robustness over existing methods in gridworld and MuJoCo environments.

Robust reinforcement learning (RL) considers the problem of learning policies that perform well in the worst case among a set of possible environment parameter values. In real-world environments, choosing the set of possible values for robust RL can be a difficult task. When that set is specified too narrowly, the agent will be left vulnerable to reasonable parameter values unaccounted for. When specified too broadly, the agent will be too cautious. In this paper, we propose Feasible Adversarial Robust RL (FARR), a novel problem formulation and objective for automatically determining the set of environment parameter values over which to be robust. FARR implicitly defines the set of feasible parameter values as those on which an agent could achieve a benchmark reward given enough training resources. By formulating this problem as a two-player zero-sum game, optimizing the FARR objective jointly produces an adversarial distribution over parameter values with feasible support and a policy robust over this feasible parameter set. We demonstrate that approximate Nash equilibria for this objective can be found using a variation of the PSRO algorithm. Furthermore, we show that an optimal agent trained with FARR is more robust to feasible adversarial parameter selection than with existing minimax, domain-randomization, and regret objectives in a parameterized gridworld and three MuJoCo control environments.

Foundations

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

Your Notes