Closure Discovery for Coarse-Grained Partial Differential Equations Using Grid-based Reinforcement Learning
Jan-Philipp von Bassewitz, Sebastian Kaltenbach, Petros Koumoutsakos
TL;DR
The paper tackles the challenge of accurate yet efficient simulations of multi-scale PDEs by proposing Closure-RL, a grid-based reinforcement learning framework that learns a centralized FCN policy to discover closures for coarse-grid simulations. By treating each coarse-grid cell as a local-agent with a shared policy and local rewards, the method learns forcing terms that compensate discretization errors, bridging CGS and FGS dynamics without differentiable solvers. Empirical results on 2D advection and Burgers’ equations show substantial reductions in mean absolute error compared to CGS and competitiveness with, or superiority to, higher-order coarse schemes, including strong generalization to in- and out-of-distribution initial conditions and velocity fields. The approach is computationally favorable relative to full fine-grid solves and is adaptable to various discretizations, suggesting broad applicability for rapid, reliable PDE simulations with learnable closures.
Abstract
Reliable predictions of critical phenomena, such as weather, wildfires and epidemics often rely on models described by Partial Differential Equations (PDEs). However, simulations that capture the full range of spatio-temporal scales described by such PDEs are often prohibitively expensive. Consequently, coarse-grained simulations are usually deployed that adopt various heuristics and empirical closure terms to account for the missing information. We propose a novel and systematic approach for identifying closures in under-resolved PDEs using grid-based Reinforcement Learning. This formulation incorporates inductive bias and exploits locality by deploying a central policy represented efficiently by a Fully Convolutional Network (FCN). We demonstrate the capabilities and limitations of our framework through numerical solutions of the advection equation and the Burgers' equation. Our results show accurate predictions for in- and out-of-distribution test cases as well as a significant speedup compared to resolving all scales.
