LGMLOct 23, 2020

Learning Guidance Rewards with Trajectory-space Smoothing

arXiv:2010.12718v144 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in deep reinforcement learning for agents dealing with delayed feedback, though it is incremental as it builds on existing guidance reward methods.

The paper tackles the challenge of long-term temporal credit assignment in reinforcement learning by proposing a new algorithm to learn dense guidance rewards through trajectory-space smoothing, which improves performance in tasks with sparse or delayed environmental rewards when integrated into popular RL algorithms.

Long-term temporal credit assignment is an important challenge in deep reinforcement learning (RL). It refers to the ability of the agent to attribute actions to consequences that may occur after a long time interval. Existing policy-gradient and Q-learning algorithms typically rely on dense environmental rewards that provide rich short-term supervision and help with credit assignment. However, they struggle to solve tasks with delays between an action and the corresponding rewarding feedback. To make credit assignment easier, recent works have proposed algorithms to learn dense "guidance" rewards that could be used in place of the sparse or delayed environmental rewards. This paper is in the same vein -- starting with a surrogate RL objective that involves smoothing in the trajectory-space, we arrive at a new algorithm for learning guidance rewards. We show that the guidance rewards have an intuitive interpretation, and can be obtained without training any additional neural networks. Due to the ease of integration, we use the guidance rewards in a few popular algorithms (Q-learning, Actor-Critic, Distributional-RL) and present results in single-agent and multi-agent tasks that elucidate the benefit of our approach when the environmental rewards are sparse or delayed.

Code Implementations2 repos
Foundations

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

Your Notes