paper-with-me

홈 › Papers

ALMA: Hierarchical Learning for Composite Multi-Agent Tasks

2022-05-27 · Shariq Iqbal, Robby Costales, Fei Sha

Despite significant progress on multi-agent reinforcement learning (MARL) in recent years, coordination in complex domains remains a challenge. Work in MARL often focuses on solving tasks where agents interact with all other agents and entities in the environment; however, we observe that real-world tasks are often composed of several isolated instances of local agent interactions (subtasks), and each agent can meaningfully focus on one subtask to the exclusion of all else in the environment. In these composite tasks, successful policies can often be decomposed into two levels of decision-making: agents are allocated to specific subtasks and each agent acts productively towards their assigned subtask alone. This decomposed decision making provides a strong structural inductive bias, significantly reduces agent observation spaces, and encourages subtask-specific policies to be reused and composed during training, as opposed to treating each new composition of subtasks as unique. We introduce ALMA, a general learning method for taking advantage of these structured tasks. ALMA simultaneously learns a high-level subtask allocation policy and low-level agent policies. We demonstrate that ALMA learns sophisticated coordination behavior in a number of challenging environments, outperforming strong baselines. ALMA's modularity also enables it to better generalize to new environment configurations. Finally, we find that while ALMA can integrate separately trained allocation and action policies, the best performance is obtained only by training all components jointly. Our code is available at https://github.com/shariqiqbal2810/ALMA

📄 PDF Abstract BibTeX arXiv:2205.14205

Code (1)

shariqiqbal2810/alma 공식 구현 pytorch

Tasks

Decision MakingInductive BiasMulti-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Structured Hierarchical Dialogue Policy with Graph Neural Networks

2020-09-22 · Zhi Chen, Xiaoyuan Liu, Lu Chen, Kai Yu

Dialogue policy training for composite tasks, such as restaurant reservation in multiple places, is a practically important and challenging problem. Recently, hierarchical deep reinforcement learning (HDRL) methods have …

Deep Reinforcement Learning

Hierarchical Modular Framework for Long Horizon Instruction Following

2021-09-29 · Suvaansh Bhambri, Byeonghwi Kim, Roozbeh Mottaghi, Jonghyun Choi

Robotic agents performing domestic chores using natural language directives re-quire to learn the complex task of navigating an environment and interacting with objects in it. To address such composite tasks, we propose …

Instruction FollowingNavigate

ALMAS: an Autonomous LLM-based Multi-Agent Software Engineering Framework

2025-10-03 · Vali Tawosi, Keshav Ramani, Salwa Alamir, Xiaomo Liu arxiv

Multi-agent Large Language Model (LLM) systems have been leading the way in applied LLM research across a number of fields. One notable area is software development, where researchers have advanced the automation of code…

Composite Reward Design in PPO-Driven Adaptive Filtering

2025-05-29 · Abdullah Burkan Bereketoglu

Model-free and reinforcement learning-based adaptive filtering methods are gaining traction for denoising in dynamic, non-stationary environments such as wireless signal channels. Traditional filters like LMS, RLS, Wiene…

Denoisingreinforcement-learningReinforcement Learning

Composite Task-Completion Dialogue Policy Learning via Hierarchical Deep Reinforcement Learning

2017-04-10 · EMNLP 2017 9 · Baolin Peng, Xiujun Li, Lihong Li, Jianfeng Gao 외

Building a dialogue agent to fulfill complex tasks, such as travel planning, is challenging because the agent has to learn to collectively complete multiple subtasks. For example, the agent needs to reserve a hotel and b…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1