LGAIAug 28, 2022

Normality-Guided Distributional Reinforcement Learning for Continuous Control

arXiv:2208.13125v41 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses performance enhancement in continuous control for reinforcement learning practitioners, though it is incremental as it builds on existing distributional reinforcement learning methods.

The authors tackled the problem of improving reinforcement learning performance in continuous control tasks by exploiting the near-normality of learned value distributions, resulting in statistically significant improvements in 10 out of 16 tasks with reduced weights and faster training compared to ensemble-based methods.

Learning a predictive model of the mean return, or value function, plays a critical role in many reinforcement learning algorithms. Distributional reinforcement learning (DRL) has been shown to improve performance by modeling the value distribution, not just the mean. We study the value distribution in several continuous control tasks and find that the learned value distribution is empirically quite close to normal. We design a method that exploits this property, employing variances predicted from a variance network, along with returns, to analytically compute target quantile bars representing a normal for our distributional value function. In addition, we propose a policy update strategy based on the correctness as measured by structural characteristics of the value distribution not present in the standard value function. The approach we outline is compatible with many DRL structures. We use two representative on-policy algorithms, PPO and TRPO, as testbeds. Our method yields statistically significant improvements in 10 out of 16 continuous task settings, while utilizing a reduced number of weights and achieving faster training time compared to an ensemble-based method for quantifying value distribution uncertainty.

Foundations

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

Your Notes