LGAIMAMay 3, 2020

Multi-agent Reinforcement Learning for Decentralized Stable Matching

arXiv:2005.01117v3
AI Analysis

This addresses the challenge of autonomous matching in real-world scenarios like job or partner searches, but it is incremental as it applies existing MARL methods to a new formulation.

The paper tackled the problem of decentralized stable matching in dynamic environments where agents act independently without initial knowledge, using a multi-agent reinforcement learning (MARL) approach, and found that it mostly yields stable and fair outcomes.

In the real world, people/entities usually find matches independently and autonomously, such as finding jobs, partners, roommates, etc. It is possible that this search for matches starts with no initial knowledge of the environment. We propose the use of a multi-agent reinforcement learning (MARL) paradigm for a spatially formulated decentralized two-sided matching market with independent and autonomous agents. Having autonomous agents acting independently makes our environment very dynamic and uncertain. Moreover, agents lack the knowledge of preferences of other agents and have to explore the environment and interact with other agents to discover their own preferences through noisy rewards. We think such a setting better approximates the real world and we study the usefulness of our MARL approach for it. Along with conventional stable matching case where agents have strictly ordered preferences, we check the applicability of our approach for stable matching with incomplete lists and ties. We investigate our results for stability, level of instability (for unstable results), and fairness. Our MARL approach mostly yields stable and fair outcomes.

Foundations

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

Your Notes