paper-with-me

홈 › Papers

Learning Complex Teamwork Tasks Using a Given Sub-task Decomposition

2023-02-09 · Elliot Fosong, Arrasy Rahman, Ignacio Carlucho, Stefano V. Albrecht

Training a team to complete a complex task via multi-agent reinforcement learning can be difficult due to challenges such as policy search in a large joint policy space, and non-stationarity caused by mutually adapting agents. To facilitate efficient learning of complex multi-agent tasks, we propose an approach which uses an expert-provided decomposition of a task into simpler multi-agent sub-tasks. In each sub-task, a subset of the entire team is trained to acquire sub-task-specific policies. The sub-teams are then merged and transferred to the target task, where their policies are collectively fine-tuned to solve the more complex target task. We show empirically that such approaches can greatly reduce the number of timesteps required to solve a complex target task relative to training from-scratch. However, we also identify and investigate two problems with naive implementations of approaches based on sub-task decomposition, and propose a simple and scalable method to address these problems which augments existing actor-critic algorithms. We demonstrate the empirical benefits of our proposed method, enabling sub-task decomposition approaches to be deployed in diverse multi-agent tasks.

📄 PDF Abstract BibTeX arXiv:2302.04944

Code (1)

uoe-agents/medoe 공식 구현 pytorch

Tasks

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Teamwork: Collaborative Diffusion with Low-rank Coordination and Adaptation

2025-10-07 · Sam Sartor, Pieter Peers arxiv

Large pretrained diffusion models can provide strong priors beneficial for many graphics applications. However, generative applications such as neural rendering and inverse methods such as SVBRDF estimation and intrinsic…

Few-Shot Teamwork

2022-07-19 · Elliot Fosong, Arrasy Rahman, Ignacio Carlucho, Stefano V. Albrecht

We propose the novel few-shot teamwork (FST) problem, where skilled agents trained in a team to complete one task are combined with skilled agents from different tasks, and together must learn to adapt to an unseen but r…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Online Ad Hoc Teamwork under Partial Observability

2021-09-29 · ICLR 2022 4 · Pengjie Gu, Mengchen Zhao, Jianye Hao, Bo An

Autonomous agents often need to work together as a team to accomplish complex cooperative tasks. Due to privacy and other realistic constraints, agents might need to collaborate with previously unknown teammates on the f…

Cooperation on the Fly: Exploring Language Agents for Ad Hoc Teamwork in the Avalon Game

2023-12-29 · Zijing Shi, Meng Fang, Shunfeng Zheng, Shilong Deng 외

Multi-agent collaboration with Large Language Models (LLMs) demonstrates proficiency in basic tasks, yet its efficiency in more complex scenarios remains unexplored. In gaming environments, these agents often face situat…

Generic-to-Specific Reasoning and Learning for Scalable Ad Hoc Teamwork

2025-08-06 · Hasra Dodampegama, Mohan Sridharan arxiv

AI agents deployed in assistive roles often have to collaborate with other agents (humans, AI systems) without prior coordination. Methods considered state of the art for such ad hoc teamwork often pursue a data-driven a…

Logical Reasoning