Learning to Discretize: Solving 1D Scalar Conservation Laws via Deep Reinforcement Learning
Yufei Wang, Ziju Shen, Zichao Long, Bin Dong

TL;DR
This paper introduces a novel approach using deep reinforcement learning to automatically learn discretization schemes for 1D scalar conservation laws, framing the problem as a sequential decision process to improve accuracy and adaptability.
Contribution
It is the first to model numerical PDE solving as an MDP and apply deep RL to learn adaptive discretization policies, demonstrating advantages over traditional methods.
Findings
The learned policies achieve comparable or better accuracy than traditional schemes.
The approach generalizes well across different conservation law problems.
The method effectively mimics expert discretization decisions in complex scenarios.
Abstract
Conservation laws are considered to be fundamental laws of nature. It has broad applications in many fields, including physics, chemistry, biology, geology, and engineering. Solving the differential equations associated with conservation laws is a major branch in computational mathematics. The recent success of machine learning, especially deep learning in areas such as computer vision and natural language processing, has attracted a lot of attention from the community of computational mathematics and inspired many intriguing works in combining machine learning with traditional methods. In this paper, we are the first to view numerical PDE solvers as an MDP and to use (deep) RL to learn new solvers. As proof of concept, we focus on 1-dimensional scalar conservation laws. We deploy the machinery of deep reinforcement learning to train a policy network that can decide on how the numerical…
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
TopicsModel Reduction and Neural Networks · Adversarial Robustness in Machine Learning · Generative Adversarial Networks and Image Synthesis
