| Literature DB >> 35434609 |
Alex Kearney1, Johannes Günther1,2, Patrick M Pilarski1,2,3.
Abstract
Within computational reinforcement learning, a growing body of work seeks to express an agent's knowledge of its world through large collections of predictions. While systems that encode predictions as General Value Functions (GVFs) have seen numerous developments in both theory and application, whether such approaches are explainable is unexplored. In this perspective piece, we explore GVFs as a form of explainable AI. To do so, we articulate a subjective agent-centric approach to explainability in sequential decision-making tasks. We propose that prior to explaining its decisions to others, an self-supervised agent must be able to introspectively explain decisions to itself. To clarify this point, we review prior applications of GVFs that involve human-agent collaboration. In doing so, we demonstrate that by making their subjective explanations public, predictive knowledge agents can improve the clarity of their operation in collaborative tasks.Entities:
Keywords: General Value Functions; explainability; knowledge; prediction; reinforcement learning
Year: 2022 PMID: 35434609 PMCID: PMC9010283 DOI: 10.3389/frai.2022.826724
Source DB: PubMed Journal: Front Artif Intell ISSN: 2624-8212
Figure 1From left to right: (1) Classical RL where an agent takes actions and receives a reward and observations from its environment; (2) a setting where an agent maintains n GVFs about its environment to augment its observations with; (3) a setting where the agent monitors its internal learning process to further inform its estimates. Additional signals that are produced during the process of learning can be used to inform the GVFs themselves, allowing the learner access to its internal mechanisms.
TD(λ).
| 1: Initialize eligibility traces |
| 2: Repeat for each observation |
| 3: |
| 4: For |
| 5: |
| 6: |
| 7: |