AILGSYOct 28, 2023

Hierarchical Framework for Interpretable and Probabilistic Model-Based Safe Reinforcement Learning

arXiv:2310.18811v1h-index: 14
Originality Incremental advance
AI Analysis

This work addresses the need for interpretable and safe reinforcement learning in real-world, safety-critical industries like aerospace, though it appears incremental by combining existing techniques.

The paper tackles the problem of applying deep reinforcement learning to safety-critical systems by proposing a hierarchical framework that integrates probabilistic modeling for interpretability and synchronization with conventional strategies, demonstrating superior performance in a turbofan engine maintenance case study.

The difficulty of identifying the physical model of complex systems has led to exploring methods that do not rely on such complex modeling of the systems. Deep reinforcement learning has been the pioneer for solving this problem without the need for relying on the physical model of complex systems by just interacting with it. However, it uses a black-box learning approach that makes it difficult to be applied within real-world and safety-critical systems without providing explanations of the actions derived by the model. Furthermore, an open research question in deep reinforcement learning is how to focus the policy learning of critical decisions within a sparse domain. This paper proposes a novel approach for the use of deep reinforcement learning in safety-critical systems. It combines the advantages of probabilistic modeling and reinforcement learning with the added benefits of interpretability and works in collaboration and synchronization with conventional decision-making strategies. The BC-SRLA is activated in specific situations which are identified autonomously through the fused information of probabilistic model and reinforcement learning, such as abnormal conditions or when the system is near-to-failure. Further, it is initialized with a baseline policy using policy cloning to allow minimum interactions with the environment to address the challenges associated with using RL in safety-critical industries. The effectiveness of the BC-SRLA is demonstrated through a case study in maintenance applied to turbofan engines, where it shows superior performance to the prior art and other baselines.

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