MALGDec 20, 2024

Multi Agent Reinforcement Learning for Sequential Satellite Assignment Problems

arXiv:2412.15573v17 citationsh-index: 2AAAI
Originality Highly original
AI Analysis

It addresses assignment problems in dynamic systems like satellite constellations, offering a scalable solution for real-world applications.

The paper tackles the sequential satellite assignment problem by applying multi-agent reinforcement learning bootstrapped from a greedy solver, showing that it significantly outperforms other methods and scales to hundreds of agents and tasks.

Assignment problems are a classic combinatorial optimization problem in which a group of agents must be assigned to a group of tasks such that maximum utility is achieved while satisfying assignment constraints. Given the utility of each agent completing each task, polynomial-time algorithms exist to solve a single assignment problem in its simplest form. However, in many modern-day applications such as satellite constellations, power grids, and mobile robot scheduling, assignment problems unfold over time, with the utility for a given assignment depending heavily on the state of the system. We apply multi-agent reinforcement learning to this problem, learning the value of assignments by bootstrapping from a known polynomial-time greedy solver and then learning from further experience. We then choose assignments using a distributed optimal assignment mechanism rather than by selecting them directly. We demonstrate that this algorithm is theoretically justified and avoids pitfalls experienced by other RL algorithms in this setting. Finally, we show that our algorithm significantly outperforms other methods in the literature, even while scaling to realistic scenarios with hundreds of agents and tasks.

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