English

Multi-State TD Target for Model-Free Reinforcement Learning

Machine Learning 2024-08-05 v4 Artificial Intelligence

Abstract

Temporal difference (TD) learning is a fundamental technique in reinforcement learning that updates value estimates for states or state-action pairs using a TD target. This target represents an improved estimate of the true value by incorporating both immediate rewards and the estimated value of subsequent states. Traditionally, TD learning relies on the value of a single subsequent state. We propose an enhanced multi-state TD (MSTD) target that utilizes the estimated values of multiple subsequent states. Building on this new MSTD concept, we develop complete actor-critic algorithms that include management of replay buffers in two modes, and integrate with deep deterministic policy optimization (DDPG) and soft actor-critic (SAC). Experimental results demonstrate that algorithms employing the MSTD target significantly improve learning performance compared to traditional methods.The code is provided on GitHub.

Keywords

Cite

@article{arxiv.2405.16522,
  title  = {Multi-State TD Target for Model-Free Reinforcement Learning},
  author = {Wuhao Wang and Zhiyong Chen and Lepeng Zhang},
  journal= {arXiv preprint arXiv:2405.16522},
  year   = {2024}
}

Comments

8 pages, 16 figures

R2 v1 2026-06-28T16:40:44.662Z