Multi-Objective Reinforcement Learning-based Approach for Pressurized Water Reactor Optimization
Paul Seurin, Koroush Shirvan
TL;DR
The paper tackles the challenge of multi-objective optimization for Pressurized Water Reactor loading pattern design by introducing PEARL, a single-policy reinforcement learning framework that envelops the Pareto front. It develops unconstrained and constrained variants (PEARL-e, PEARL-ε, PEARL-NdS; and C-PEARL with Curriculum Learning) to adaptively balance multiple objectives and handle constraints via CMDP formulations and hierarchical learning. Thorough evaluation on classical MOO benchmarks and realistic PWR problems demonstrates that PEARL-NdS with CL often achieves superior Pareto front coverage (HV) and feasible solution counts, outperforming traditional SO approaches in constrained settings and offering competitive performance in unconstrained cases. The work highlights the practical potential of an RL-based, envelope-focused approach for engineering design, providing scalable, efficient exploration of trade-offs with real-world applicability and open-source availability through NEORL.
Abstract
A novel method, the Pareto Envelope Augmented with Reinforcement Learning (PEARL), has been developed to address the challenges posed by multi-objective problems, particularly in the field of engineering where the evaluation of candidate solutions can be time-consuming. PEARL distinguishes itself from traditional policy-based multi-objective Reinforcement Learning methods by learning a single policy, eliminating the need for multiple neural networks to independently solve simpler sub-problems. Several versions inspired from deep learning and evolutionary techniques have been crafted, catering to both unconstrained and constrained problem domains. Curriculum Learning is harnessed to effectively manage constraints in these versions. PEARL's performance is first evaluated on classical multi-objective benchmarks. Additionally, it is tested on two practical PWR core Loading Pattern optimization problems to showcase its real-world applicability. The first problem involves optimizing the Cycle length and the rod-integrated peaking factor as the primary objectives, while the second problem incorporates the mean average enrichment as an additional objective. Furthermore, PEARL addresses three types of constraints related to boron concentration, peak pin burnup, and peak pin power. The results are systematically compared against conventional approaches. Notably, PEARL, specifically the PEARL-NdS variant, efficiently uncovers a Pareto front without necessitating additional efforts from the algorithm designer, as opposed to a single optimization with scaled objectives. It also outperforms the classical approach across multiple performance metrics, including the Hyper-volume.
