paper-with-me

Papers

Implicit Updates for Average-Reward Temporal Difference Learning

2025-10-07 · Hwanwoo Kim, Dongkyu Derek Cho, Eric Laber arxiv

Temporal difference (TD) learning is a cornerstone of reinforcement learning. In the average-reward setting, standard TD($λ$) is highly sensitive to the choice of step-size and thus requires careful tuning to maintain numerical stability. We introduce average-reward implicit TD($λ$), which employs an implicit fixed point update to provide data-adaptive stabilization while preserving the per iteration computational complexity of standard average-reward TD($λ$). In contrast to prior finite-time analyses of average-reward TD($λ$), which impose restrictive step-size conditions, we establish finite-time error bounds for the implicit variant under substantially weaker step-size requirements. Empirically, average-reward implicit TD($λ$) operates reliably over a much broader range of step-sizes and exhibits markedly improved numerical stability. This enables more efficient policy evaluation and policy learning, highlighting its effectiveness as a robust alternative to average-reward TD($λ$).

📄 PDF Abstract BibTeX arXiv:2510.06149

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Unleashing Implicit Rewards: Prefix-Value Learning for Distribution-Level Optimization

2026-04-14 · Shiping Gao, Hongzhan Chen, Xiaojun Quan, Qifan Wang 외 arxiv

Process reward models (PRMs) provide fine-grained supervision for reasoning, but reliable PRMs often require step annotations or heavy verification pipelines, making them costly to scale and refresh during online RL. Imp…

Contrastive Example-Based Control

2023-07-24 · Kyle Hatch, Benjamin Eysenbach, Rafael Rafailov, Tianhe Yu 외

While many real-world problems that might benefit from reinforcement learning, these problems rarely fit into the MDP mold: interacting with the environment is often expensive and specifying reward functions is challengi…

Offline RL

Per-decision Multi-step Temporal Difference Learning with Control Variates

2018-07-05 · Kristopher De Asis, Richard S. Sutton

Multi-step temporal difference (TD) learning is an important approach in reinforcement learning, as it unifies one-step TD learning with Monte Carlo methods in a way where intermediate algorithms can outperform either ex…

Reinforcement Learning

Quotient-Categorical Representations for Bellman-Compatible Average-Reward Distributional Reinforcement Learning

2026-05-11 · Ege C. Kaya, Aliasghar Pourghani, Vijay Gupta, Abolfazl Hashemi arxiv

Average-reward reinforcement learning requires estimating the gain and the bias, which is defined only up to an additive constant. This makes direct distributional analogues ill-posed on the real line. We introduce a quo…

Reinforcement Learning

An Adiabatic Theorem for Policy Tracking with TD-learning

2020-10-24 · Neil Walton

We evaluate the ability of temporal difference learning to track the reward function of a policy as it changes over time. Our results apply a new adiabatic theorem that bounds the mixing time of time-inhomogeneous Markov…

Q-Learning