# Taylor TD-learning

**Authors:** Michele Garibbo, Maxime Robeyns, Laurence Aitchison

arXiv: 2302.14182 · 2023-10-19

## TL;DR

This paper introduces Taylor TD, a variance-reducing model-based reinforcement learning framework that uses Taylor series expansion to improve stability and performance in continuous settings, and demonstrates its effectiveness when combined with TD3.

## Contribution

The paper presents Taylor TD, a novel variance reduction method for TD learning using Taylor series, and integrates it with TD3 to enhance performance on benchmark tasks.

## Key findings

- Taylor TD reduces variance compared to standard TD.
- Taylor TD maintains stable learning guarantees.
- TaTD3 outperforms several baseline algorithms on benchmarks.

## Abstract

Many reinforcement learning approaches rely on temporal-difference (TD) learning to learn a critic. However, TD-learning updates can be high variance. Here, we introduce a model-based RL framework, Taylor TD, which reduces this variance in continuous state-action settings. Taylor TD uses a first-order Taylor series expansion of TD updates. This expansion allows Taylor TD to analytically integrate over stochasticity in the action-choice, and some stochasticity in the state distribution for the initial state and action of each TD update. We include theoretical and empirical evidence that Taylor TD updates are indeed lower variance than standard TD updates. Additionally, we show Taylor TD has the same stable learning guarantees as standard TD-learning with linear function approximation under a reasonable assumption. Next, we combine Taylor TD with the TD3 algorithm, forming TaTD3. We show TaTD3 performs as well, if not better, than several state-of-the art model-free and model-based baseline algorithms on a set of standard benchmark tasks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.14182/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/2302.14182/full.md

## References

50 references — full list in the complete paper: https://tomesphere.com/paper/2302.14182/full.md

---
Source: https://tomesphere.com/paper/2302.14182