MAAIJul 3, 2020

Reward Machines for Cooperative Multi-Agent Reinforcement Learning

arXiv:2007.01962v258 citations
AI Analysis

This addresses the challenge of decentralized learning in multi-agent systems, offering a structured method for task decomposition, though it is incremental as it builds on existing reward machine concepts.

The authors tackled the problem of cooperative multi-agent reinforcement learning by proposing reward machines to decompose team tasks into sub-tasks for individual agents, resulting in convergence to a successful team policy an order of magnitude faster than centralized learning and outperforming other approaches.

In cooperative multi-agent reinforcement learning, a collection of agents learns to interact in a shared environment to achieve a common goal. We propose the use of reward machines (RM) -- Mealy machines used as structured representations of reward functions -- to encode the team's task. The proposed novel interpretation of RMs in the multi-agent setting explicitly encodes required teammate interdependencies, allowing the team-level task to be decomposed into sub-tasks for individual agents. We define such a notion of RM decomposition and present algorithmically verifiable conditions guaranteeing that distributed completion of the sub-tasks leads to team behavior accomplishing the original task. This framework for task decomposition provides a natural approach to decentralized learning: agents may learn to accomplish their sub-tasks while observing only their local state and abstracted representations of their teammates. We accordingly propose a decentralized q-learning algorithm. Furthermore, in the case of undiscounted rewards, we use local value functions to derive lower and upper bounds for the global value function corresponding to the team task. Experimental results in three discrete settings exemplify the effectiveness of the proposed RM decomposition approach, which converges to a successful team policy an order of magnitude faster than a centralized learner and significantly outperforms hierarchical and independent q-learning approaches.

Code Implementations2 repos
Foundations

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

Your Notes