English

Collaborative Task and Path Planning for Heterogeneous Robotic Teams using Multi-Agent PPO

Robotics 2026-04-02 v1 Multiagent Systems

Abstract

Efficient robotic extraterrestrial exploration requires robots with diverse capabilities, ranging from scientific measurement tools to advanced locomotion. A robotic team enables the distribution of tasks over multiple specialized subsystems, each providing specific expertise to complete the mission. The central challenge lies in efficiently coordinating the team to maximize utilization and the extraction of scientific value. Classical planning algorithms scale poorly with problem size, leading to long planning cycles and high inference costs due to the combinatorial growth of possible robot-target allocations and possible trajectories. Learning-based methods are a viable alternative that move the scaling concern from runtime to training time, setting a critical step towards achieving real-time planning. In this work, we present a collaborative planning strategy based on Multi-Agent Proximal Policy Optimization (MAPPO) to coordinate a team of heterogeneous robots to solve a complex target allocation and scheduling problem. We benchmark our approach against single-objective optimal solutions obtained through exhaustive search and evaluate its ability to perform online replanning in the context of a planetary exploration scenario.

Keywords

Cite

@article{arxiv.2604.01213,
  title  = {Collaborative Task and Path Planning for Heterogeneous Robotic Teams using Multi-Agent PPO},
  author = {Matthias Rubio and Julia Richter and Hendrik Kolvenbach and Marco Hutter},
  journal= {arXiv preprint arXiv:2604.01213},
  year   = {2026}
}

Comments

8 pages, 3 figures, associated code on https://github.com/leggedrobotics/multi_robot_global_planner

R2 v1 2026-07-01T11:49:30.324Z