Optimizing Energy Management of Smart Grid using Reinforcement Learning aided by Surrogate models built using Physics-informed Neural Networks
Julen Cestero, Carmine Delle Femine, Kenji S. Muro, Marco Quartulli, Marcello Restelli
TL;DR
This work tackles the sample-efficiency challenge of reinforcement learning for Optimal Power Flow in smart grids by introducing Physics-Informed Neural Network (PINN) surrogates to replace costly simulators. It integrates PINN surrogates with PPO in the Gym-ANM framework and demonstrates a 50% reduction in policy-training time and a 10x speedup in inference, while maintaining or improving policy reliability. The study shows that PINN-based surrogates outperform purely data-driven models, particularly in long-horizon or changing-demand scenarios, due to their physics-consistent extrapolation. Overall, the approach enables faster, safer, and more scalable RL-based energy-management strategies for renewable-rich smart grids and sets the stage for applying this method to larger, more complex networks.
Abstract
Optimizing the energy management within a smart grids scenario presents significant challenges, primarily due to the complexity of real-world systems and the intricate interactions among various components. Reinforcement Learning (RL) is gaining prominence as a solution for addressing the challenges of Optimal Power Flow in smart grids. However, RL needs to iterate compulsively throughout a given environment to obtain the optimal policy. This means obtaining samples from a, most likely, costly simulator, which can lead to a sample efficiency problem. In this work, we address this problem by substituting costly smart grid simulators with surrogate models built using Phisics-informed Neural Networks (PINNs), optimizing the RL policy training process by arriving to convergent results in a fraction of the time employed by the original environment.
