A Temporal Difference Method for Stochastic Continuous Dynamics
Haruki Settai, Naoya Takeishi, and Takehisa Yairi

TL;DR
This paper introduces a model-free temporal difference method for solving the Hamilton-Jacobi-Bellman equation in stochastic continuous systems, enabling reinforcement learning without prior knowledge of system dynamics.
Contribution
It presents a novel model-free approach to HJB-based reinforcement learning and establishes its convergence, bridging stochastic control and RL.
Findings
Proposed method converges exponentially in continuous-time dynamics.
Empirical results show advantages over transition-kernel-based methods.
Bridges the gap between stochastic control and model-free RL.
Abstract
For continuous systems modeled by dynamical equations such as ODEs and SDEs, Bellman's Principle of Optimality takes the form of the Hamilton-Jacobi-Bellman (HJB) equation, which provides the theoretical target of reinforcement learning (RL). Although recent advances in RL successfully leverage this formulation, the existing methods typically assume the underlying dynamics are known a priori because they need explicit access to the coefficient functions of dynamical equations to update the value function following the HJB equation. We address this inherent limitation of HJB-based RL; we propose a model-free approach still targeting the HJB equation and propose the corresponding temporal difference method. We establish exponential convergence of the idealized continuous-time dynamics and empirically demonstrate its potential advantages over transition-kernel-based formulations. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Model Reduction and Neural Networks · Adaptive Dynamic Programming Control
