English

Schedule Based Temporal Difference Algorithms

Machine Learning 2021-11-24 v1

Abstract

Learning the value function of a given policy from data samples is an important problem in Reinforcement Learning. TD(λ\lambda) is a popular class of algorithms to solve this problem. However, the weights assigned to different nn-step returns in TD(λ\lambda), controlled by the parameter λ\lambda, decrease exponentially with increasing nn. In this paper, we present a λ\lambda-schedule procedure that generalizes the TD(λ\lambda) algorithm to the case when the parameter λ\lambda could vary with time-step. This allows flexibility in weight assignment, i.e., the user can specify the weights assigned to different nn-step returns by choosing a sequence {λt}t1\{\lambda_t\}_{t \geq 1}. Based on this procedure, we propose an on-policy algorithm - TD(λ\lambda)-schedule, and two off-policy algorithms - GTD(λ\lambda)-schedule and TDC(λ\lambda)-schedule, respectively. We provide proofs of almost sure convergence for all three algorithms under a general Markov noise framework.

Keywords

Cite

@article{arxiv.2111.11768,
  title  = {Schedule Based Temporal Difference Algorithms},
  author = {Rohan Deb and Meet Gandhi and Shalabh Bhatnagar},
  journal= {arXiv preprint arXiv:2111.11768},
  year   = {2021}
}