LGAIMLJul 21, 2017

A Distributional Perspective on Reinforcement Learning

arXiv:1707.06887v11849 citations
Originality Highly original
AI Analysis

This work addresses a foundational issue in reinforcement learning for AI agents, proposing a novel perspective that improves performance in approximate settings.

The paper tackles the problem of reinforcement learning by focusing on the value distribution rather than just its expectation, leading to a new algorithm that achieves state-of-the-art results on the Arcade Learning Environment games.

In this paper we argue for the fundamental importance of the value distribution: the distribution of the random return received by a reinforcement learning agent. This is in contrast to the common approach to reinforcement learning which models the expectation of this return, or value. Although there is an established body of literature studying the value distribution, thus far it has always been used for a specific purpose such as implementing risk-aware behaviour. We begin with theoretical results in both the policy evaluation and control settings, exposing a significant distributional instability in the latter. We then use the distributional perspective to design a new algorithm which applies Bellman's equation to the learning of approximate value distributions. We evaluate our algorithm using the suite of games from the Arcade Learning Environment. We obtain both state-of-the-art results and anecdotal evidence demonstrating the importance of the value distribution in approximate reinforcement learning. Finally, we combine theoretical and empirical evidence to highlight the ways in which the value distribution impacts learning in the approximate setting.

Code Implementations22 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes