Physics-Informed Neural Network Policy Iteration: Algorithms, Convergence, and Verification
Yiming Meng, Ruikun Zhou, Amartya Mukherjee, Maxwell Fitzsimmons, Christopher Song, Jun Liu
TL;DR
This work develops physics-informed neural policy iteration (PI) to solve nonlinear optimal control problems by driving policy evaluation through GHJB/HJB formulations. It introduces two neural variants, ELM-PI for low-dimensional problems via linear least-squares PDE solving and PINN-PI for high-dimensional settings via physics-informed networks, both with convergence guarantees to viscosity solutions. To ensure safety, the authors formulate a formal stability verification framework using neural Lyapunov functions and delta-complete SMT solvers, illustrating that naive training can yield unstable controllers without verification. Theoretical results establish convergence of exact-PI and neural-PI to the true optimal solution under appropriate conditions, while numerical experiments demonstrate favorable scalability and stability across synthetic, inverted-pendulum, and RL-like benchmarks, with PINN-PI outperforming several RL baselines in higher dimensions. Overall, the paper provides a principled, verifiable neural policy-iteration paradigm that blends PDE-based control theory with modern neural approximators to tackle high-dimensional nonlinear optimal control problems.
Abstract
Solving nonlinear optimal control problems is a challenging task, particularly for high-dimensional problems. We propose algorithms for model-based policy iterations to solve nonlinear optimal control problems with convergence guarantees. The main component of our approach is an iterative procedure that utilizes neural approximations to solve linear partial differential equations (PDEs), ensuring convergence. We present two variants of the algorithms. The first variant formulates the optimization problem as a linear least square problem, drawing inspiration from extreme learning machine (ELM) for solving PDEs. This variant efficiently handles low-dimensional problems with high accuracy. The second variant is based on a physics-informed neural network (PINN) for solving PDEs and has the potential to address high-dimensional problems. We demonstrate that both algorithms outperform traditional approaches, such as Galerkin methods, by a significant margin. We provide a theoretical analysis of both algorithms in terms of convergence of neural approximations towards the true optimal solutions in a general setting. Furthermore, we employ formal verification techniques to demonstrate the verifiable stability of the resulting controllers.
