AILGOct 4, 2021

Learning to Assist Agents by Observing Them

arXiv:2110.01311v1
Originality Incremental advance
AI Analysis

This addresses the challenge of costly training for AI assistance in multi-agent systems, though it is incremental as it builds on existing offline and reinforcement learning methods.

The paper tackles the problem of training AI agents to assist other agents by reducing the need for large online training data, achieving improved performance in gridworld scenarios with only a small amount of interaction data after pre-training on offline data.

The ability of an AI agent to assist other agents, such as humans, is an important and challenging goal, which requires the assisting agent to reason about the behavior and infer the goals of the assisted agent. Training such an ability by using reinforcement learning usually requires large amounts of online training, which is difficult and costly. On the other hand, offline data about the behavior of the assisted agent might be available, but is non-trivial to take advantage of by methods such as offline reinforcement learning. We introduce methods where the capability to create a representation of the behavior is first pre-trained with offline data, after which only a small amount of interaction data is needed to learn an assisting policy. We test the setting in a gridworld where the helper agent has the capability to manipulate the environment of the assisted artificial agents, and introduce three different scenarios where the assistance considerably improves the performance of the assisted agents.

Foundations

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

Your Notes