paper-with-me

Papers

Multi-agent Dynamic Algorithm Configuration

2022-10-13 · Ke Xue, Jiacheng Xu, Lei Yuan, Miqing Li, Chao Qian, Zongzhang Zhang, Yang Yu

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 configuration policies across instances by reinforcement learning (RL). However, in many complex algorithms, there may exist different types of configuration hyperparameters, and such heterogeneity may bring difficulties for classic DAC which uses a single-agent RL policy. In this paper, we aim to address this issue and propose multi-agent DAC (MA-DAC), with one agent working for one type of configuration hyperparameter. MA-DAC formulates the dynamic configuration of a complex algorithm with multiple types of hyperparameters as a contextual multi-agent Markov decision process and solves it by a cooperative multi-agent RL (MARL) algorithm. To instantiate, we apply MA-DAC to a well-known optimization algorithm for multi-objective optimization problems. Experimental results show the effectiveness of MA-DAC in not only achieving superior performance compared with other configuration tuning approaches based on heuristic rules, multi-armed bandits, and single-agent RL, but also being capable of generalizing to different problem classes. Furthermore, we release the environments in this paper as a benchmark for testing MARL algorithms, with the hope of facilitating the application of MARL.

📄 PDF Abstract BibTeX arXiv:2210.06835

Code (1)

lamda-bbo/madac 공식 구현 pytorch

Tasks

Multi-Armed BanditsReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

DAC 설명 없음

Similar Papers 제목 키워드 기반

Sequential Multi-Agent Dynamic Algorithm Configuration

2025-10-27 · Chen Lu, Ke Xue, Lei Yuan, Yao Wang 외 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-erro…

Multi-agent Reinforcement Learning

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

Task Allocation and Motion Planning in Dynamic, Cluttered Environments via CBBA and Graphs of Convex Sets

2026-06-16 · Matthew D. Osburn, Cameron K. Peterson, John L. Salmon arxiv

Multi-agent task planning in cluttered, dynamic environments requires assigning tasks to agents while simultaneously determining safe, time-efficient trajectories through the environment. When tasks are dynamic, such as …

Motion Planning

On the Importance of Reward Design in Reinforcement Learning-based Dynamic Algorithm Configuration: A Case Study on OneMax with (1+($λ$,$λ$))-GA

2025-02-27 · Tai Nguyen, Phong Le, André Biedenkapp, Carola Doerr 외

Dynamic Algorithm Configuration (DAC) has garnered significant attention in recent years, particularly in the prevalence of machine learning and deep learning algorithms. Numerous studies have leveraged the robustness of…

Reinforcement Learning (RL)

Dynamic Algorithm Configuration: Foundation of a New Meta-Algorithmic Framework

2020-06-01 · André Biedenkapp, H. Furkan Bozkurt, Theresa Eimer, Frank Hutter 외

The performance of many algorithms in the fields of hard combinatorial problem solving, machine learning or AI in general depends on parameter tuning. Automated methods have been proposed to alleviate use…

General Reinforcement Learning