paper-with-me

홈 › Papers

Learn to Follow: Decentralized Lifelong Multi-agent Pathfinding via Planning and Learning

2023-10-02 · Alexey Skrynnik, Anton Andreychuk, Maria Nesterova, Konstantin Yakovlev, Aleksandr Panov

Multi-agent Pathfinding (MAPF) problem generally asks to find a set of conflict-free paths for a set of agents confined to a graph and is typically solved in a centralized fashion. Conversely, in this work, we investigate the decentralized MAPF setting, when the central controller that posses all the information on the agents' locations and goals is absent and the agents have to sequientially decide the actions on their own without having access to a full state of the environment. We focus on the practically important lifelong variant of MAPF, which involves continuously assigning new goals to the agents upon arrival to the previous ones. To address this complex problem, we propose a method that integrates two complementary approaches: planning with heuristic search and reinforcement learning through policy optimization. Planning is utilized to construct and re-plan individual paths. We enhance our planning algorithm with a dedicated technique tailored to avoid congestion and increase the throughput of the system. We employ reinforcement learning to discover the collision avoidance policies that effectively guide the agents along the paths. The policy is implemented as a neural network and is effectively trained without any reward-shaping or external guidance. We evaluate our method on a wide range of setups comparing it to the state-of-the-art solvers. The results show that our method consistently outperforms the learnable competitors, showing higher throughput and better ability to generalize to the maps that were unseen at the training stage. Moreover our solver outperforms a rule-based one in terms of throughput and is an order of magnitude faster than a state-of-the-art search-based solver.

📄 PDF Abstract BibTeX arXiv:2310.01207

Code (1)

airi-institute/learn-to-follow

Tasks

Collision AvoidanceHeuristic Search

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Multi-Agent Distributed Lifelong Learning for Collective Knowledge Acquisition

2017-09-15 · Mohammad Rostami, Soheil Kolouri, Kyungnam Kim, Eric Eaton

Lifelong machine learning methods acquire knowledge over a series of consecutive tasks, continually building upon their experience. Current lifelong learning algorithms rely upon a single learning agent that has centrali…

Lifelong learningMulti-Task Learning

Decentralized and Lifelong-Adaptive Multi-Agent Collaborative Learning

2024-03-11 · Shuo Tang, Rui Ye, Chenxin Xu, Xiaowen Dong 외

Decentralized and lifelong-adaptive multi-agent collaborative learning aims to enhance collaboration among multiple agents without a central server, with each agent solving varied tasks over time. To achieve efficient co…

Computational EfficiencyGraph structure learning

Sharing Lifelong Reinforcement Learning Knowledge via Modulating Masks

2023-05-18 · Saptarshi Nath, Christos Peridis, Eseoghene Ben-Iwhiwhu, Xinran Liu 외

Lifelong learning agents aim to learn multiple tasks sequentially over a lifetime. This involves the ability to exploit previous knowledge when learning new tasks and to avoid forgetting. Modulating masks, a specific typ…

Lifelong learningreinforcement-learningReinforcement Learning

Lightweight Learner for Shared Knowledge Lifelong Learning

2023-05-24 · Yunhao Ge, Yuecheng Li, Di wu, Ao Xu 외

In Lifelong Learning (LL), agents continually learn as they encounter new conditions and tasks. Most current LL is limited to a single agent that learns tasks sequentially. Dedicated LL machinery is then deployed to miti…

image-classificationImage ClassificationLifelong learning

Asynchronous Decentralized Federated Lifelong Learning for Landmark Localization in Medical Imaging

2023-03-12 · Guangyao Zheng, Michael A. Jacobs, Vladimir Braverman, Vishwa S. Parekh

Federated learning is a recent development in the machine learning area that allows a system of devices to train on one or more tasks without sharing their data to a single location or device. However, this framework sti…

Brain Tumor SegmentationFederated LearningLifelong learningTumor Segmentation