← Latest papers
🔢 mathematics

Global Convergence of Policy Gradient Methods for ReLU Controllers in Linear Quadratic Regulation

This paper proves that model-based policy gradient methods can globally converge to the optimal solution for a scalar LQR problem when using an overparameterized, one-hidden-layer ReLU network, by analyzing the convergence of the two effective gains induced by the network's piecewise-linear structure.

Original authors: Jhojan A. Rodriguez-Gil, César A. Uribe

Published 2026-04-27
📖 3 min read🧠 Deep dive

Original authors: Jhojan A. Rodriguez-Gil, César A. Uribe

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are teaching a robot how to balance a long pole on its finger. In the world of math and engineering, this is a version of the "LQR problem" (Linear Quadratic Regulator)—a classic puzzle about finding the perfect, smoothest way to correct a mistake so you don't drop the pole.

Traditionally, we solve this using a very simple "rulebook": If the pole tilts 5 degrees left, move your hand 2 inches left. This is a linear controller. It’s predictable, easy to calculate, and mathematically perfect.

But this paper asks a much harder, more modern question: What if, instead of giving the robot a simple rulebook, we give it a "brain" (a Neural Network)?

The Problem: The "Messy Brain" Paradox

Neural networks (like the ones in ChatGPT) are incredibly powerful, but they are "messy." They don't think in simple rules; they think in millions of tiny, interconnected signals.

When you use a neural network to control a robot, two big problems arise:

  1. The "Identity Crisis": A neural network might find a way to balance the pole that is incredibly complicated and "wiggly," even though a simple rule would work better.
  2. The "Training Trap": Because the brain is so complex, the robot might get stuck in a "local minimum"—like a hiker getting stuck in a small dip on a mountain, thinking they’ve reached the bottom, even though the real valley is much further down.

The Solution: The "Crowd of Experts" Analogy

The researchers studied a specific type of brain called a ReLU network. To understand how they proved it works, imagine you are trying to steer a massive ship using a crowd of 1,000 tiny sailors (the "neurons").

Each sailor has a tiny paddle. Some sailors only paddle when the ship tilts left; others only paddle when it tilts right.

The researchers proved that if you have enough sailors (this is called "overparameterization") and you start them off with a random but balanced distribution (the "initialization"), something magical happens:

  • The Stability Safety Net: They proved that even though the sailors are acting individually, the ship won't flip over during training. The "brain" stays stable while it's still learning.
  • The Great Convergence: They showed that as the sailors learn from their mistakes (using "Policy Gradient"), they don't just settle for a "good enough" wiggly movement. Instead, the crowd of sailors eventually organizes themselves so perfectly that they mimic the simple, perfect rulebook. The "messy brain" actually turns itself into the "perfect rule."

Why does this matter?

For a long time, engineers have been hesitant to use deep learning for critical things like self-driving cars or industrial robots because neural networks are "black boxes"—we don't know if they will suddenly do something crazy.

This paper provides a mathematical guarantee. It says: "If you make the neural network wide enough and start it correctly, we can prove that it will eventually find the mathematically perfect way to control the system, and it won't crash while it's learning."

In short: It proves that a complex, artificial brain can learn to be as precise and reliable as a master mathematician.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →