AILGMAJun 18

A Multi-Agent system for Multi-Objective constrained optimization

arXiv:2606.202361.8
Predicted impact top 99% in AI · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using RL in dynamic systems, MAMO automates the trade-off between cost minimization and constraint satisfaction, reducing reliance on manual weight selection.

MAMO uses multi-agent reinforcement learning to automatically learn reward weights for constrained optimization problems, eliminating manual tuning and improving adaptability in dynamic environments.

Many decision-making problems in computing and networking systems can be naturally formulated as cost-minimization problems under performance constraints. In dynamic environments, reinforcement learning (RL) is often used to solve such problems at runtime by embedding both costs and constraint violations into a single scalar reward through weighted penalty terms, following a Lagrangian-inspired formulation. However, in this context the behavior of the learned policy critically depends on the choice of these weights, which are typically selected manually. This makes it difficult to identify an appropriate trade-off between optimizing the primary objective and effectively avoiding constraint violations, particularly in non-stationary environments where their relative importance may change. This paper presents MAMO (Multi-Agent system for Multi-Objective constrained optimization), an approach to tackle this balancing problem through multi-agent RL. MAMO decouples task execution from objective design by formulating the selection of reward weights as a learning problem, providing a !rst step towards more autonomous and robust RL-based solutions for constrained optimization problems in dynamic environments.

Foundations

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

Your Notes