paper-with-me

Papers

Interpretable Emergent Language Using Inter-Agent Transformers

2025-05-04 · Mannan Bhardwaj

This paper explores the emergence of language in multi-agent reinforcement learning (MARL) using transformers. Existing methods such as RIAL, DIAL, and CommNet enable agent communication but lack interpretability. We propose Differentiable Inter-Agent Transformers (DIAT), which leverage self-attention to learn symbolic, human-understandable communication protocols. Through experiments, DIAT demonstrates the ability to encode observations into interpretable vocabularies and meaningful embeddings, effectively solving cooperative tasks. These results highlight the potential of DIAT for interpretable communication in complex multi-agent environments.

📄 PDF Abstract BibTeX arXiv:2505.02215

Code (1)

mannanb/diat 공식 구현 pytorch

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Speaking Your Language: Spatial Relationships in Interpretable Emergent Communication

2024-06-11 · Olaf Lipinski, Adam J. Sobey, Federico Cerutti, Timothy J. Norman

Effective communication requires the ability to refer to specific parts of an observation in relation to others. While emergent communication literature shows success in developing various language properties, no researc…

Learning to cooperate: Emergent communication in multi-agent navigation

2020-04-02 · Ivana Kajić, Eser Aygün, Doina Precup

Emergent communication in artificial agents has been studied to understand language evolution, as well as to develop artificial systems that learn to communicate with humans. We show that agents performing a cooperative …

Mastering emergent language: learning to guide in simulated navigation

2019-08-14 · Mathijs Mul, Diane Bouchacourt, Elia Bruni

To cooperate with humans effectively, virtual agents need to be able to understand and execute language instructions. A typical setup to achieve this is with a scripted teacher which guides a virtual agent using language…

Navigate

Mastering emergent language: learning to guide in simulated navigation

2019-06-09 · Anonymous

To cooperate with humans effectively, virtual agents need to be able to understand and execute language instructions. A typical setup to achieve this is with a scripted teacher which guides a virtual agent using language…

Navigate

Emergent Communication with Attention

2023-05-18 · Ryokan Ri, Ryo Ueda, Jason Naradowsky

To develop computational agents that better communicate using their own emergent language, we endow the agents with an ability to focus their attention on particular concepts in the environment. Humans often understand a…