MLLGFeb 23, 2019

Distributionally Robust Reinforcement Learning

arXiv:1902.08708v272 citations
AI Analysis

This addresses the need for risk-averse exploration in RL to prevent unsafe actions, particularly in high-dimensional spaces, though it appears incremental as it builds on standard policy iteration methods.

The paper tackles the problem of ensuring safety during reinforcement learning by proposing a distributionally robust policy iteration scheme that provides lower bound guarantees on state-values, resulting in a practical algorithm with promising experimental results on continuous control tasks.

Real-world applications require RL algorithms to act safely. During learning process, it is likely that the agent executes sub-optimal actions that may lead to unsafe/poor states of the system. Exploration is particularly brittle in high-dimensional state/action space due to increased number of low-performing actions. In this work, we consider risk-averse exploration in approximate RL setting. To ensure safety during learning, we propose the distributionally robust policy iteration scheme that provides lower bound guarantee on state-values. Our approach induces a dynamic level of risk to prevent poor decisions and yet preserves the convergence to the optimal policy. Our formulation results in a efficient algorithm that accounts for a simple re-weighting of policy actions in the standard policy iteration scheme. We extend our approach to continuous state/action space and present a practical algorithm, distributionally robust soft actor-critic, that implements a different exploration strategy: it acts conservatively at short-term and it explores optimistically in a long-run. We provide promising experimental results on continuous control tasks.

Foundations

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

Your Notes