SYLGAug 1, 2022

Performance Comparison of Deep RL Algorithms for Energy Systems Optimal Scheduling

arXiv:2208.00728v128 citationsh-index: 36
Originality Synthesis-oriented
AI Analysis

This addresses the problem of optimal scheduling in energy systems for operators, but it is incremental as it focuses on comparing existing methods.

The paper compared deep reinforcement learning algorithms for energy system scheduling, finding they can provide good-quality solutions in real-time but fail to provide feasible solutions during large peak consumption.

Taking advantage of their data-driven and model-free features, Deep Reinforcement Learning (DRL) algorithms have the potential to deal with the increasing level of uncertainty due to the introduction of renewable-based generation. To deal simultaneously with the energy systems' operational cost and technical constraints (e.g, generation-demand power balance) DRL algorithms must consider a trade-off when designing the reward function. This trade-off introduces extra hyperparameters that impact the DRL algorithms' performance and capability of providing feasible solutions. In this paper, a performance comparison of different DRL algorithms, including DDPG, TD3, SAC, and PPO, are presented. We aim to provide a fair comparison of these DRL algorithms for energy systems optimal scheduling problems. Results show DRL algorithms' capability of providing in real-time good-quality solutions, even in unseen operational scenarios, when compared with a mathematical programming model of the energy system optimal scheduling problem. Nevertheless, in the case of large peak consumption, these algorithms failed to provide feasible solutions, which can impede their practical implementation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes