Superhuman Safe and Agile Racing through Multi-Agent Reinforcement Learning

Superhuman Safe and Agile Racing through Multi-Agent Reinforcement Learning

Featured

Ismail Geles, Leonard Bauersfeld, Markus Wulfmeier, Davide Scaramuzza · University of Zurich, Google DeepMind · 2026

Summary

The first demonstration of superhuman, safe, multi-agent drone racing using a MARL framework trained in simulation and transferred to real Crazyflie nano-drones.

Abstract Summary

Autonomous drone racing has long struggled to match human-level performance in multi-agent competitive scenarios because single-agent policies implicitly assume a static world. This paper presents a multi-agent reinforcement learning (MARL) framework that trains racing drones to anticipate opponent trajectories and proactively choose safe, aggressive racing lines. The key contribution is a safety-conditioned action space in which each drone predicts the probability of collisions with nearby agents and selects actions that maximize race progress while keeping collision probability below a tunable threshold. The policy is trained entirely in simulation on a photorealistic racing track using centralized training with decentralized execution (CTDE), allowing agents to share experiences during training but act independently at test time. Remarkably, the policy transfers directly to real Crazyflie nano-drones without any real-world fine-tuning. In extensive outdoor experiments, the drones achieve lap times faster than the human world champion while maintaining zero mid-race collisions. This is the first demonstration of superhuman, safe, multi-agent drone racing and validates the hypothesis that MARL, when combined with careful safety conditioning, can produce policies that are both faster and safer than human experts.

Key Points

  • First demonstration of superhuman safe multi-agent drone racing.
  • Multi-agent RL trained in simulation transfers to real Crazyflie drones.
  • Safety-conditioned action space balances aggression and collision avoidance.
  • Outperforms human world champion lap times with zero collisions.
  • Uses photorealistic sim-to-real transfer for outdoor deployment.

Additional Notes

Overview

  • Agile but Safe: Learning Collision-Free High-Speed Quadrupedal Maneuvers
  • Eureka: Neural Network Synthesis via LLMs
  • Fast-LIO 2: Fast Direct LiDAR-Inertial Odometry
Share

Related Papers

Learning Agile Flight in the Wild

Learning Agile Flight in the Wild

Elia Kaufmann, Mathias Gehrig, Philipp Foehn et al. · Science Robotics · Feb 2023

An end-to-end neural drone controller trained entirely in simulation flies acrobatic maneuvers in the real world with zero real-world fine-tuning, enabled by domain randomization and reinforcement learning.

uav rl
Code PDF Advanced
GitHub ★ 189 Code updated: May 2026
AIR-VLA+: Decoupling Movement and Manipulation via Cascaded Dual-Action Decoders with Asymmetric MoE for Aerial Robots

AIR-VLA+: Decoupling Movement and Manipulation via Cascaded Dual-Action Decoders with Asymmetric MoE for Aerial Robots

Jianli Sun, Bin Tian, Qiyao Zhang et al. · arXiv preprint · Jun 2026

Aerial manipulation systems have long suffered from representation coupling in end-to-end control, as platform-level Unmanned Aerial Vehicle (UAV) movement and end-effector-level arm manipulation differ substantially in action scale, dynamics, and control objectives. In this paper, we propose AIR-VL...

uav vla manipulation
PDF Advanced
No code repo Jun 2026