LGCLJul 20, 2021

Toward Collaborative Reinforcement Learning Agents that Communicate Through Text-Based Natural Language

arXiv:2107.09356v24 citations
AI Analysis

This addresses the problem of enabling more natural and autonomous communication between AI agents or humans and robots, though it is incremental as it uses a limited vocabulary in a specific environment.

The paper tackled enabling reinforcement learning agents to communicate via text-based natural language in collaborative tasks, achieving a BLEU score of 0.85 and a 100% maze completion rate, which is a 3.5 times improvement over random baselines.

Communication between agents in collaborative multi-agent settings is in general implicit or a direct data stream. This paper considers text-based natural language as a novel form of communication between multiple agents trained with reinforcement learning. This could be considered first steps toward a truly autonomous communication without the need to define a limited set of instructions, and natural collaboration between humans and robots. Inspired by the game of Blind Leads, we propose an environment where one agent uses natural language instructions to guide another through a maze. We test the ability of reinforcement learning agents to effectively communicate through discrete word-level symbols and show that the agents are able to sufficiently communicate through natural language with a limited vocabulary. Although the communication is not always perfect English, the agents are still able to navigate the maze. We achieve a BLEU score of 0.85, which is an improvement of 0.61 over randomly generated sequences while maintaining a 100% maze completion rate. This is a 3.5 times the performance of the random baseline using our reference set.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes