paper-with-me

홈 › Papers

A Framework for Understanding and Visualizing Strategies of RL Agents

2022-08-17 · Pedro Sequeira, Daniel Elenius, Jesse Hostetler, Melinda Gervasio

Recent years have seen significant advances in explainable AI as the need to understand deep learning models has gained importance with the increased emphasis on trust and ethics in AI. Comprehensible models for sequential decision tasks are a particular challenge as they require understanding not only individual predictions but a series of predictions that interact with environmental dynamics. We present a framework for learning comprehensible models of sequential decision tasks in which agent strategies are characterized using temporal logic formulas. Given a set of agent traces, we first cluster the traces using a novel embedding method that captures frequent action patterns. We then search for logical formulas that explain the agent strategies in the different clusters. We evaluate our framework on combat scenarios in StarCraft II (SC2), using traces from a handcrafted expert policy and a trained reinforcement learning agent. We implemented a feature extractor for SC2 environments that extracts traces as sequences of high-level features describing both the state of the environment and the agent's local behavior from agent replays. We further designed a visualization tool depicting the movement of units in the environment that helps understand how different task conditions lead to distinct agent behavior patterns in each trace cluster. Experimental results show that our framework is capable of separating agent traces into distinct groups of behaviors for which our approach to strategy inference produces consistent, meaningful, and easily understood strategy descriptions.

📄 PDF Abstract BibTeX arXiv:2208.08552

Code (1)

sri-aic/sc2-feature-extractor 공식 구현

Tasks

EthicsStarcraftStarcraft II

Similar Papers 제목 키워드 기반

Visualizing and Understanding Atari Agents

2017-10-31 · ICML 2018 7 · Sam Greydanus, Anurag Koul, Jonathan Dodge, Alan Fern

While deep reinforcement learning (deep RL) agents are effective at maximizing rewards, it is often unclear what strategies they use to do so. In this paper, we take a step toward explaining deep RL agents through a case…

Deep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

Visualizing and Understanding Neural Models in NLP

2015-06-02 · NAACL 2016 6 · Jiwei Li, Xinlei Chen, Eduard Hovy, Dan Jurafsky

While neural networks have been successfully applied to many NLP tasks the resulting vector-based models are very difficult to interpret. For example it's not clear how they achieve {\em compositionality}, building sente…

NegationSentence

Multiway Multislice PHATE: Visualizing Hidden Dynamics of RNNs through Training

2024-06-04 · Jiancheng Xie, Lou C. Kohler Voinov, Noga Mudrik, Gal Mishne 외

Recurrent neural networks (RNNs) are a widely used tool for sequential data analysis, however, they are still often seen as black boxes of computation. Understanding the functional principles of these networks is critica…

Visualizing the Diversity of Representations Learned by Bayesian Neural Networks

2022-01-26 · Dennis Grinwald, Kirill Bykov, Shinichi Nakajima, Marina M. -C. Höhne

Explainable Artificial Intelligence (XAI) aims to make learning machines less opaque, and offers researchers and practitioners various tools to reveal the decision-making strategies of neural networks. In this work, we i…

Contrastive LearningDecision MakingDiversityExplainable artificial intelligence+1

CREFT: Sequential Multi-Agent LLM for Character Relation Extraction

2025-05-30 · Ye Eun Chun, Taeyoon Hwang, Seung-won Hwang, Byung-Hak Kim

Understanding complex character relations is crucial for narrative analysis and efficient script evaluation, yet existing extraction methods often fail to handle long-form narratives with nuanced interactions. To address…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model+2