This is a page that curates AI-related papers published worldwide. All content here is summarized using Google Gemini and operated on a non-profit basis. Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.
A Survey on Explainable Reinforcement Learning: Concepts, Algorithms, Challenges
Created by
Haebom
Author
Yunpeng Qing, Shunyu Liu, Jie Song, Huiqiong Wang, Mingli Song
Outline
This paper provides a comprehensive review of explainable reinforcement learning (XRL) to understand the inner workings of reinforcement learning (RL), especially deep reinforcement learning (DRL), and to enhance the reliability. To address the black-box problem of deep neural network-based DRL agents, we propose a novel taxonomy that categorizes existing XRL works into model, reward, state, and task description methods. In addition, we review and highlight RL methods that utilize human knowledge, which is often overlooked in the XRL field, to improve the learning efficiency and performance of agents. Finally, we discuss the challenges and opportunities in the XRL field and call for future research on more effective XRL solutions. The related open source code is available at https://github.com/Plankson/awesome-explainable-reinforcement-learning .