English

Adaptive Tree Backup Algorithms for Temporal-Difference Reinforcement Learning

Machine Learning 2022-06-07 v1

Abstract

Q(σ\sigma) is a recently proposed temporal-difference learning method that interpolates between learning from expected backups and sampled backups. It has been shown that intermediate values for the interpolation parameter σ[0,1]\sigma \in [0,1] perform better in practice, and therefore it is commonly believed that σ\sigma functions as a bias-variance trade-off parameter to achieve these improvements. In our work, we disprove this notion, showing that the choice of σ=0\sigma=0 minimizes variance without increasing bias. This indicates that σ\sigma must have some other effect on learning that is not fully understood. As an alternative, we hypothesize the existence of a new trade-off: larger σ\sigma-values help overcome poor initializations of the value function, at the expense of higher statistical variance. To automatically balance these considerations, we propose Adaptive Tree Backup (ATB) methods, whose weighted backups evolve as the agent gains experience. Our experiments demonstrate that adaptive strategies can be more effective than relying on fixed or time-annealed σ\sigma-values.

Keywords

Cite

@article{arxiv.2206.01896,
  title  = {Adaptive Tree Backup Algorithms for Temporal-Difference Reinforcement Learning},
  author = {Brett Daley and Isaac Chan},
  journal= {arXiv preprint arXiv:2206.01896},
  year   = {2022}
}

Comments

RLDM 2022. 4 pages, 1 figure

R2 v1 2026-06-24T11:39:03.320Z