paper-with-me

홈 › Papers

Action Q-Transformer: Visual Explanation in Deep Reinforcement Learning with Encoder-Decoder Model using Action Query

2023-06-24 · Hidenori Itaya, Tsubasa Hirakawa, Takayoshi Yamashita, Hironobu Fujiyoshi, Komei Sugiura

The excellent performance of Transformer in supervised learning has led to growing interest in its potential application to deep reinforcement learning (DRL) to achieve high performance on a wide variety of problems. However, the decision making of a DRL agent is a black box, which greatly hinders the application of the agent to real-world problems. To address this problem, we propose the Action Q-Transformer (AQT), which introduces a transformer encoder-decoder structure to Q-learning based DRL methods. In AQT, the encoder calculates the state value function and the decoder calculates the advantage function to promote the acquisition of different attentions indicating the agent's decision-making. The decoder in AQT utilizes action queries, which represent the information of each action, as queries. This enables us to obtain the attentions for the state value and for each action. By acquiring and visualizing these attentions that detail the agent's decision-making, we achieve a DRL model with high interpretability. In this paper, we show that visualization of attention in Atari 2600 games enables detailed analysis of agents' decision-making in various game tasks. Further, experimental results demonstrate that our method can achieve higher performance than the baseline in some games.

📄 PDF Abstract BibTeX arXiv:2306.13879

Code (0)

등록된 구현이 없습니다.

Tasks

Atari GamesDecision MakingDecoderDeep Reinforcement LearningQ-Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

ProtoX: Explaining a Reinforcement Learning Agent via Prototyping

2022-11-06 · Ronilo J. Ragodos, Tong Wang, Qihang Lin, Xun Zhou

While deep reinforcement learning has proven to be successful in solving control tasks, the "black-box" nature of an agent has received increasing concerns. We propose a prototype-based post-hoc policy explainer, ProtoX,…

Contrastive LearningDeep Reinforcement LearningImitation Learningreinforcement-learning+3

Shaping Explanations: Semantic Reward Modeling with Encoder-Only Transformers for GRPO

2025-09-16 · Francesco Pappone, Ruggero Marino Lazzaroni, Federico Califano, Niccolò Gentile 외 arxiv

While Large Language Models (LLMs) excel at generating human-like text, aligning their outputs with complex, qualitative goals like pedagogical soundness remains a significant challenge. Standard reinforcement learning t…

Reinforcement Learning

LININ: Logic Integrated Neural Inference Network for Explanatory Visual Question Answering

2024-12-24 · IEEE Transactions on Multimedia 2024 12 · Dizhan Xue, Shengsheng Qian, Quan Fang, Changsheng Xu

Explanatory Visual Question Answering (EVQA) is a recently proposed multimodal reasoning task consisting of answering the visual question and generating multimodal explanations for the reasoning processes. Unlike traditi…

Explanatory Visual Question AnsweringMultimodal ReasoningQuestion AnsweringVisual Question Answering+1

Masked World Models for Visual Control

2022-06-28 · Younggyo Seo, Danijar Hafner, Hao liu, Fangchen Liu 외

Visual model-based reinforcement learning (RL) has the potential to enable sample-efficient robot learning from visual observations. Yet the current approaches typically train a single model end-to-end for learning both …

Model-based Reinforcement LearningReinforcement Learning (RL)Representation Learning

Explaining Similarity in Vision-Language Encoders with Weighted Banzhaf Interactions

2025-08-07 · Hubert Baniecki, Maximilian Muschalik, Fabian Fumagalli, Barbara Hammer 외 arxiv

Language-image pre-training (LIP) enables the development of vision-language models capable of zero-shot classification, localization, multimodal retrieval, and semantic understanding. Various explanation methods have be…

Computational Efficiency