paper-with-me

Papers

Sequential Multi-Agent Dynamic Algorithm Configuration

2025-10-27 · Chen Lu, Ke Xue, Lei Yuan, Yao Wang, Yaoyuan Wang, Sheng Fu, Chao Qian arxiv

Dynamic algorithm configuration (DAC) is a recent trend in automated machine learning, which can dynamically adjust the algorithm's configuration during the execution process and relieve users from tedious trial-and-error tuning tasks. Recently, multi-agent reinforcement learning (MARL) approaches have improved the configuration of multiple heterogeneous hyperparameters, making various parameter configurations for complex algorithms possible. However, many complex algorithms have inherent inter-dependencies among multiple parameters (e.g., determining the operator type first and then the operator's parameter), which are, however, not considered in previous approaches, thus leading to sub-optimal results. In this paper, we propose the sequential multi-agent DAC (Seq-MADAC) framework to address this issue by considering the inherent inter-dependencies of multiple parameters. Specifically, we propose a sequential advantage decomposition network, which can leverage action-order information through sequential advantage decomposition. Experiments from synthetic functions to the configuration of multi-objective optimization algorithms demonstrate Seq-MADAC's superior performance over state-of-the-art MARL methods and show strong generalization across problem classes. Seq-MADAC establishes a new paradigm for the widespread dependency-aware automated algorithm configuration. Our code is available at https://github.com/lamda-bbo/seq-madac.

📄 PDF Abstract BibTeX arXiv:2510.23535

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Multi-agent Dynamic Algorithm Configuration

2022-10-13 · Ke Xue, Jiacheng Xu, Lei Yuan, Miqing Li 외

Automated algorithm configuration relieves users from tedious, trial-and-error tuning tasks. A popular algorithm configuration tuning paradigm is dynamic algorithm configuration (DAC), in which an agent learns dynamic co…

Multi-Armed BanditsReinforcement Learning (RL)

A Hierarchical DRL Approach for Resource Optimization in Multi-RIS Multi-Operator Networks

2024-10-16 · Haocheng Zhang, Wei Wang, Hao Zhou, Zhiping Lu 외

As reconfigurable intelligent surfaces (RIS) emerge as a pivotal technology in the upcoming sixth-generation (6G) networks, their deployment within practical multiple operator (OP) networks presents significant challenge…

Deep Reinforcement LearningManagement

Hierarchical Multi-Agent DRL Based Dynamic Cluster Reconfiguration for UAV Mobility Management

2024-12-05 · Irshad A. Meer, Karl-Ludwig Besser, Mustafa Ozger, Dominic Schupke 외

Multi-connectivity involves dynamic cluster formation among distributed access points (APs) and coordinated resource allocation from these APs, highlighting the need for efficient mobility management strategies for users…

ClusteringDeep Reinforcement LearningManagement

"Teammates, Am I Clear?": Analysing Legible Behaviours in Teams

2025-07-29 · Miguel Faria, Francisco S. Melo, Ana Paiva arxiv

In this paper we investigate the notion of legibility in sequential decision-making in the context of teams and teamwork. There have been works that extend the notion of legibility to sequential decision making, for dete…

Decision Making

Distributed Error-Identification and Correction using Block-Sparse Optimization

2023-09-21 · Shiraz Khan, Inseok Hwang

The conventional solutions for fault-detection, identification, and reconstruction (FDIR) require centralized decision-making mechanisms which are typically combinatorial in their nature, necessitating the design of an e…

Decision MakingFault Detection