← Back to Benchmarks
simmediumatarimetric · varies

Mixture of Step Returns in Bootstrapped DQN

Description

The concept of utilizing multi-step returns for updating value functions has been adopted in deep reinforcement learning (DRL) for a number of years. Updating value functions with different backup lengths provides advantages in different aspects, including bias and variance of value estimates, convergence speed, and exploration behavior of the agent. Conventional methods such as TD-lambda leverage these advantages by using a target value equivalent to an exponential average of different step ret

Source

http://arxiv.org/abs/2007.08229v1