LGAISPSep 20, 2018

Predicting Periodicity with Temporal Difference Learning

arXiv:1809.07435v12 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for reinforcement learning practitioners, offering a new method to detect periodic patterns in environments.

The paper tackles the problem of identifying periodic effects in reward sequences by introducing complex-valued discounting in temporal difference learning, enabling online estimation of the Discrete Fourier Transform and extending the representable knowledge in value functions.

Temporal difference (TD) learning is an important approach in reinforcement learning, as it combines ideas from dynamic programming and Monte Carlo methods in a way that allows for online and incremental model-free learning. A key idea of TD learning is that it is learning predictive knowledge about the environment in the form of value functions, from which it can derive its behavior to address long-term sequential decision making problems. The agent's horizon of interest, that is, how immediate or long-term a TD learning agent predicts into the future, is adjusted through a discount rate parameter. In this paper, we introduce an alternative view on the discount rate, with insight from digital signal processing, to include complex-valued discounting. Our results show that setting the discount rate to appropriately chosen complex numbers allows for online and incremental estimation of the Discrete Fourier Transform (DFT) of a signal of interest with TD learning. We thereby extend the types of knowledge representable by value functions, which we show are particularly useful for identifying periodic effects in the reward sequence.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes