15 October, 2023
Manuel Eberhardinger

Publication

Learning of Generalizable and Interpretable Knowledge in Grid-Based Reinforcement Learning Environments

We are happy to share that our PhD student Manuel Eberhardinger got his recent work on Generalizable and Interpretable Knowledge in Reinforcement Learning accepted at the Nineteenth AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment (AIIDE-23). The paper was presented in Salt Lake City USA, 8th-12th October 2023.

Abstract

Understanding the interactions of agents trained with deep reinforcement learning is crucial for deploying agents in games or the real world. In the former, unreasonable actions confuse players. In the latter, that effect is even more significant, as unexpected behavior cause accidents with potentially grave and long-lasting consequences for the involved individuals. In this work, we propose using program synthesis to imitate reinforcement learning policies after seeing a trajectory of the action sequence. Programs have the advantage that they are inherently interpretable and verifiable for correctness. We adapt the state-of-the-art program synthesis system DreamCoder for learning concepts in grid-based environments, specifically, a navigation task and two miniature versions of Atari games, Space Invaders and Asterix. By inspecting the generated libraries, we can make inferences about the concepts the black-box agent has learned and better understand the agent’s behavior. We achieve the same by visualizing the agent’s decision-making process for the imitated sequences. We evaluate our approach with different types of program synthesizers based on a search-only method, a neural-guided search, and a language model fine-tuned on code.

Authors: Manuel Eberhardinger, Johannes Maucher, Setareh Maghsudi

Paper: https://ojs.aaai.org/index.php/AIIDE/article/view/27516