LGAIROJun 12, 2023

Robust Reinforcement Learning through Efficient Adversarial Herding

arXiv:2306.07408v14 citationsh-index: 65
Originality Incremental advance
AI Analysis

This work addresses robustness issues in RL for scenarios with environmental disturbances, representing an incremental improvement over existing adversarial training methods.

The paper tackles the problem of improving robustness in reinforcement learning by introducing an adversarial herd to address inner optimization difficulty and over-pessimism, resulting in consistently more robust policies across multiple MuJoCo environments.

Although reinforcement learning (RL) is considered the gold standard for policy design, it may not always provide a robust solution in various scenarios. This can result in severe performance degradation when the environment is exposed to potential disturbances. Adversarial training using a two-player max-min game has been proven effective in enhancing the robustness of RL agents. In this work, we extend the two-player game by introducing an adversarial herd, which involves a group of adversaries, in order to address ($\textit{i}$) the difficulty of the inner optimization problem, and ($\textit{ii}$) the potential over pessimism caused by the selection of a candidate adversary set that may include unlikely scenarios. We first prove that adversarial herds can efficiently approximate the inner optimization problem. Then we address the second issue by replacing the worst-case performance in the inner optimization with the average performance over the worst-$k$ adversaries. We evaluate the proposed method on multiple MuJoCo environments. Experimental results demonstrate that our approach consistently generates more robust policies.

Foundations

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

Your Notes