paper-with-me

홈 › Papers

TD Learning with Constrained Gradients

2018-01-01 · ICLR 2018 1 · Ishan Durugkar, Peter Stone

Temporal Difference Learning with function approximation is known to be unstable. Previous work like \citet{sutton2009fast} and \citet{sutton2009convergent} has presented alternative objectives that are stable to minimize. However, in practice, TD-learning with neural networks requires various tricks like using a target network that updates slowly \citep{mnih2015human}. In this work we propose a constraint on the TD update that minimizes change to the target values. This constraint can be applied to the gradients of any TD objective, and can be easily applied to nonlinear function approximation. We validate this update by applying our technique to deep Q-learning, and training without a target network. We also show that adding this constraint on Baird's counterexample keeps Q-learning from diverging.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Bi-level Physics-Informed Neural Networks for PDE Constrained Optimization using Broyden's Hypergradients

2022-09-15 · Zhongkai Hao, Chengyang Ying, Hang Su, Jun Zhu 외

Deep learning based approaches like Physics-informed neural networks (PINNs) and DeepONets have shown promise on solving PDE constrained optimization (PDECO) problems. However, existing methods are insufficient to handle…

The Power of Sampling: Dimension-free Risk Bounds in Private ERM

2021-05-28 · Yin Tat Lee, Daogao Liu, Zhou Lu

Differentially private empirical risk minimization (DP-ERM) is a fundamental problem in private optimization. While the theory of DP-ERM is well-studied, as large-scale models become prevalent, traditional DP-ERM methods…

Stochastic Compositional Gradient Descent under Compositional Constraints

2020-12-17 · Srujan Teja Thomdapu, Harshvardhan, Ketan Rajawat

This work studies constrained stochastic optimization problems where the objective and constraint functions are convex and expressed as compositions of stochastic functions. The problem arises in the context of fair clas…

General ClassificationregressionStochastic Optimization

Unconstrained Robust Online Convex Optimization

2025-06-15 · Jiujia Zhang, Ashok Cutkosky

This paper addresses online learning with ``corrupted'' feedback. Our learner is provided with potentially corrupted gradients $\tilde g_t$ instead of the ``true'' gradients $g_t$. We make no assumptions about how the co…

Speeding up Computational Morphogenesis with Online Neural Synthetic Gradients

2021-04-25 · Yuyu Zhang, Heng Chi, Binghong Chen, Tsz Ling Elaine Tang 외

A wide range of modern science and engineering applications are formulated as optimization problems with a system of partial differential equations (PDEs) as constraints. These PDE-constrained optimization problems are t…