paper-with-me

Papers

TIDBD: Adapting Temporal-difference Step-sizes Through Stochastic Meta-descent

2018-04-10 · Alex Kearney, Vivek Veeriah, Jaden B. Travnik, Richard S. Sutton, Patrick M. Pilarski

In this paper, we introduce a method for adapting the step-sizes of temporal difference (TD) learning. The performance of TD methods often depends on well chosen step-sizes, yet few algorithms have been developed for setting the step-size automatically for TD learning. An important limitation of current methods is that they adapt a single step-size shared by all the weights of the learning system. A vector step-size enables greater optimization by specifying parameters on a per-feature basis. Furthermore, adapting parameters at different rates has the added benefit of being a simple form of representation learning. We generalize Incremental Delta Bar Delta (IDBD)---a vectorized adaptive step-size method for supervised learning---to TD learning, which we name TIDBD. We demonstrate that TIDBD is able to find appropriate step-sizes in both stationary and non-stationary prediction tasks, outperforming ordinary TD methods and TD methods with scalar step-size adaptation; we demonstrate that it can differentiate between features which are relevant and irrelevant for a given task, performing representation learning; and we show on a real-world robot prediction task that TIDBD is able to outperform ordinary TD methods and TD methods augmented with AlphaBound and RMSprop.

📄 PDF Abstract BibTeX arXiv:1804.03334

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Examining the Use of Temporal-Difference Incremental Delta-Bar-Delta for Real-World Predictive Knowledge Architectures

2019-08-15 · Johannes Günther, Nadia M. Ady, Alex Kearney, Michael R. Dawson 외

Predictions and predictive knowledge have seen recent success in improving not only robot control but also other applications ranging from industrial process control to rehabilitation. A property that makes these predict…

Representation Learning

Learning Feature Relevance Through Step Size Adaptation in Temporal-Difference Learning

2019-03-08 · Alex Kearney, Vivek Veeriah, Jaden Travnik, Patrick M. Pilarski 외

There is a long history of using meta learning as representation learning, specifically for determining the relevance of inputs. In this paper, we examine an instance of meta-learning in which feature relevance is learne…

Meta-LearningRepresentation Learning

A Greedy Approach to Adapting the Trace Parameter for Temporal Difference Learning

2016-07-02 · Martha White, Adam White

One of the main obstacles to broad application of reinforcement learning methods is the parameter sensitivity of our core learning algorithms. In many large-scale applications, online computation and function approximati…

Meta-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

UniCP: A Unified Caching and Pruning Framework for Efficient Video Generation

2025-02-06 · Wenzhang Sun, Qirui Hou, Donglin Di, Jiahui Yang 외

Diffusion Transformers (DiT) excel in video generation but encounter significant computational challenges due to the quadratic complexity of attention. Notably, attention differences between adjacent diffusion steps foll…

Computational EfficiencyVideo Generation

Stabilizing Temporal Difference Learning via Implicit Stochastic Recursion

2025-05-02 · Hwanwoo Kim, Panos Toulis, Eric Laber

Temporal difference (TD) learning is a foundational algorithm in reinforcement learning (RL). For nearly forty years, TD learning has served as a workhorse for applied RL as well as a building block for more complex and …

Computational EfficiencyOff-policy evaluationReinforcement Learning (RL)