LGAIJul 26, 2021

Hindsight Value Function for Variance Reduction in Stochastic Dynamic Environment

arXiv:2107.12216v27 citations
Originality Incremental advance
AI Analysis

This work addresses variance reduction in policy gradient methods for reinforcement learning, which is an incremental improvement for stochastic dynamic environments.

The paper tackles the problem of high variance in policy gradient methods for deep reinforcement learning by proposing a hindsight value function that uses future information to reduce variance in stochastic dynamic environments. The method consistently reduces variance, stabilizes training, and improves policy performance compared to standard state value functions.

Policy gradient methods are appealing in deep reinforcement learning but suffer from high variance of gradient estimate. To reduce the variance, the state value function is applied commonly. However, the effect of the state value function becomes limited in stochastic dynamic environments, where the unexpected state dynamics and rewards will increase the variance. In this paper, we propose to replace the state value function with a novel hindsight value function, which leverages the information from the future to reduce the variance of the gradient estimate for stochastic dynamic environments. Particularly, to obtain an ideally unbiased gradient estimate, we propose an information-theoretic approach, which optimizes the embeddings of the future to be independent of previous actions. In our experiments, we apply the proposed hindsight value function in stochastic dynamic environments, including discrete-action environments and continuous-action environments. Compared with the standard state value function, the proposed hindsight value function consistently reduces the variance, stabilizes the training, and improves the eventual policy.

Code Implementations1 repo
Foundations

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

Your Notes