Research & Papers

Dynamics models pick RL hyperparameters in first real-world water plant trial

First offline RL hyperparameter selection on real water treatment plant data—no simulators needed

Deep Dive

Hyperparameter selection remains a major bottleneck for deploying reinforcement learning in real-world systems, especially when simulators are unavailable and online experimentation is costly. Previous work proposed calibration models trained on offline data to approximate environment dynamics, enabling offline hyperparameter selection, but these were only tested in simple simulated settings. In this paper, accepted to the 2026 Reinforcement Learning Conference, Jordan Coblin, Han Wang, Martha White, and Adam White present the first industrial application of these calibration models: a municipal water treatment plant. They evaluate several approaches, including a k-nearest neighbors model with a Laplacian distance metric, on high-dimensional, non-stationary sensor data for nexting prediction tasks.

The results show that the models can generate realistic long-horizon rollouts and recover meaningful hyperparameter sensitivity trends, effectively enabling offline tuning without costly online trials. The researchers also examined scalability to year-long datasets, the selection of fine-tuning learning rates for pre-trained agents, and robustness under distribution shift. Overall, this work provides a proof of concept for using offline dynamics models to support RL deployment in real-world environments, while highlighting practical challenges such as non-stationarity and the need for careful metric design. It's a significant step toward making RL viable in safety-critical industrial settings where trial-and-error learning is impractical.

Key Points
  • First field deployment of calibration models for RL hyperparameter selection at a real municipal water treatment plant
  • k-NN with Laplacian distance metric handles high-dimensional, non-stationary sensor data for nexting prediction tasks
  • Scales to year-long datasets, supports learning rate selection for fine-tuning, and stays robust under distribution shift

Why It Matters

Enables RL in safety-critical industrial systems without simulators, cutting costly online experimentation and accelerating real-world AI deployment.

📬 Get the top 10 AI stories daily