TD or not TD: Analyzing the Role of Temporal Differencing in Deep Reinforcement LearningDownload PDF

15 Feb 2018 (modified: 10 Feb 2022)ICLR 2018 Conference Blind SubmissionReaders: Everyone
Abstract: Our understanding of reinforcement learning (RL) has been shaped by theoretical and empirical results that were obtained decades ago using tabular representations and linear function approximators. These results suggest that RL methods that use temporal differencing (TD) are superior to direct Monte Carlo estimation (MC). How do these results hold up in deep RL, which deals with perceptually complex environments and deep nonlinear models? In this paper, we re-examine the role of TD in modern deep RL, using specially designed environments that control for specific factors that affect performance, such as reward sparsity, reward delay, and the perceptual complexity of the task. When comparing TD with infinite-horizon MC, we are able to reproduce classic results in modern settings. Yet we also find that finite-horizon MC is not inferior to TD, even when rewards are sparse or delayed. This makes MC a viable alternative to TD in deep RL.
Keywords: deep learning, reinforcement learning, temporal difference
Code: [![github](/images/github_icon.svg) lmb-freiburg/td-or-not-td](https://github.com/lmb-freiburg/td-or-not-td)
Data: [VizDoom](https://paperswithcode.com/dataset/vizdoom)
7 Replies

Loading