LGMLAug 6, 2018

Distributional Multivariate Policy Evaluation and Exploration with the Bellman GAN

arXiv:1808.01960v115 citations
Originality Incremental advance
AI Analysis

This work addresses a limitation in reinforcement learning for handling multivariate rewards, offering a new method for policy evaluation and exploration, though it appears incremental as it builds on existing DiRL and GAN frameworks.

The authors tackled the problem of distributional reinforcement learning (DiRL) with multivariate rewards, which prior methods could not handle, by reformulating the distributional Bellman equation as a GAN model, resulting in a novel approach that enables DiRL for multivariate settings and a new exploration method.

The recently proposed distributional approach to reinforcement learning (DiRL) is centered on learning the distribution of the reward-to-go, often referred to as the value distribution. In this work, we show that the distributional Bellman equation, which drives DiRL methods, is equivalent to a generative adversarial network (GAN) model. In this formulation, DiRL can be seen as learning a deep generative model of the value distribution, driven by the discrepancy between the distribution of the current value, and the distribution of the sum of current reward and next value. We use this insight to propose a GAN-based approach to DiRL, which leverages the strengths of GANs in learning distributions of high-dimensional data. In particular, we show that our GAN approach can be used for DiRL with multivariate rewards, an important setting which cannot be tackled with prior methods. The multivariate setting also allows us to unify learning the distribution of values and state transitions, and we exploit this idea to devise a novel exploration method that is driven by the discrepancy in estimating both values and states.

Foundations

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

Your Notes