paper-with-me

Papers

A Kernel Loss for Solving the Bellman Equation

2019-05-25 · NeurIPS 2019 12 · Yihao Feng, Lihong Li, Qiang Liu

Value function learning plays a central role in many state-of-the-art reinforcement-learning algorithms. Many popular algorithms like Q-learning do not optimize any objective function, but are fixed-point iterations of some variant of Bellman operator that is not necessarily a contraction. As a result, they may easily lose convergence guarantees, as can be observed in practice. In this paper, we propose a novel loss function, which can be optimized using standard gradient-based methods without risking divergence. The key advantage is that its gradient can be easily approximated using sampled transitions, avoiding the need for double samples required by prior algorithms like residual gradient. Our approach may be combined with general function classes such as neural networks, on either on- or off-policy data, and is shown to work reliably and effectively in several benchmarks.

📄 PDF Abstract BibTeX arXiv:1905.10506

Code (1)

lewisKit/Kernel-Bellman-Loss 공식 구현

Tasks

Q-LearningReinforcement LearningReinforcement Learning (RL)

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 제목 키워드 기반

Offline Deep Q* Estimation with Diffusion Models

2026-08-14 · Xiaohong Chen, Yuling Jiao, Lican Kang, Jerry Zhijian Yang 외 arxiv

In offline RL, estimating the optimal action-value function $Q^*$ can be formulated as solving the optimal Bellman equation based solely on offline observations. A fundamental challenge is that the reward function and tr…

Offline RL

Accountable Off-Policy Evaluation via a Kernelized Bellman Statistics

2020-01-01 · ICML 2020 1 · Yihao Feng, Tongzheng Ren, Ziyang Tang, Qiang Liu

Off-policy evaluation plays an important role in modern reinforcement learning. However, most of the existing off-policy evaluation only focus on the value estimation, without providing an accountable confidence interval…

Off-policy evaluation

Computation of Reachable Sets Based on Hamilton-Jacobi-Bellman Equation with Running Cost Function

2021-07-26 · Weiwei Liao, Tao Liang

A novel method for computing reachable sets is proposed in this paper. In the proposed method, a Hamilton-Jacobi-Bellman equation with running cost functionis numerically solved and the reachable sets of different time h…

On the Basis of the Hamilton-Jacobi-Bellman Equation in Economic Dynamics

2021-02-15 · Yuhki Hosoya

We consider the classical Ramsey-Cass-Koopmans capital accumulation model and present three examples in which the Hamilton-Jacobi-Bellman (HJB) equation is neither necessary nor sufficient for a function to be the value …

Solving a class of stochastic optimal control problems by physics-informed neural networks

2024-02-23 · Zhe Jiao, Wantao Jia, Weiqiu Zhu

The aim of this work is to develop a deep learning method for solving high-dimensional stochastic control problems based on the Hamilton--Jacobi--Bellman (HJB) equation and physics-informed learning. Our approach is to p…

Deep Learning