SOTAVerified

Reward Centering

2024-05-16Code Available1· sign in to hype

Abhishek Naik, Yi Wan, Manan Tomar, Richard S. Sutton

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We show that discounted methods for solving continuing reinforcement learning problems can perform significantly better if they center their rewards by subtracting out the rewards' empirical average. The improvement is substantial at commonly used discount factors and increases further as the discount factor approaches one. In addition, we show that if a problem's rewards are shifted by a constant, then standard methods perform much worse, whereas methods with reward centering are unaffected. Estimating the average reward is straightforward in the on-policy setting; we propose a slightly more sophisticated method for the off-policy setting. Reward centering is a general idea, so we expect almost every reinforcement-learning algorithm to benefit by the addition of reward centering.

Tasks

Reproductions