LGAIFeb 1, 2023

Internally Rewarded Reinforcement Learning

arXiv:2302.00270v317 citationsh-index: 46
Originality Incremental advance
AI Analysis

This addresses a specific problem in reinforcement learning for researchers and practitioners dealing with interdependent policy and reward models, though it appears incremental as it focuses on a reward function modification.

The paper tackles the instability in reinforcement learning when rewards are generated by an internal model jointly optimized with the policy, proposing a clipped linear reward function that stabilizes training, leading to faster convergence and higher performance in diverse tasks.

We study a class of reinforcement learning problems where the reward signals for policy learning are generated by an internal reward model that is dependent on and jointly optimized with the policy. This interdependence between the policy and the reward model leads to an unstable learning process because reward signals from an immature reward model are noisy and impede policy learning, and conversely, an under-optimized policy impedes reward estimation learning. We call this learning setting $\textit{Internally Rewarded Reinforcement Learning}$ (IRRL) as the reward is not provided directly by the environment but $\textit{internally}$ by a reward model. In this paper, we formally formulate IRRL and present a class of problems that belong to IRRL. We theoretically derive and empirically analyze the effect of the reward function in IRRL and based on these analyses propose the clipped linear reward function. Experimental results show that the proposed reward function can consistently stabilize the training process by reducing the impact of reward noise, which leads to faster convergence and higher performance compared with baselines in diverse tasks.

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