Time-optimal Flight in Cluttered Environments via Safe Reinforcement Learning
Wei Xiao, Zhaohan Feng, Ziyu Zhou, Jian Sun, Gang Wang, Jie Chen
TL;DR
The paper tackles time-optimal quadrotor flight through a sequence of waypoints in cluttered environments. It introduces a safe reinforcement learning framework that augments the objective with a gate-progress term, a safety term based on obstacle proximity, and a terminal time penalty $\lambda_4 T$ to encourage fast, collision-free trajectories under a full 6-DoF quadrotor model. Training uses PPO in Flightmare with parallel environments and domain randomization to achieve robust generalization, achieving a $66.7\%$ success rate in unseen, dense obstacle configurations and competitive flight times compared to state-of-the-art methods. Ablation studies confirm the positive impact of the safety and terminal rewards on obstacle avoidance and time efficiency, highlighting practical potential for high-speed autonomous drone racing. The approach offers a scalable, sim-to-real-transferable solution for fast, safe flight in cluttered spaces.
Abstract
This paper addresses the problem of guiding a quadrotor through a predefined sequence of waypoints in cluttered environments, aiming to minimize the flight time while avoiding collisions. Previous approaches either suffer from prolonged computational time caused by solving complex non-convex optimization problems or are limited by the inherent smoothness of polynomial trajectory representations, thereby restricting the flexibility of movement. In this work, we present a safe reinforcement learning approach for autonomous drone racing with time-optimal flight in cluttered environments. The reinforcement learning policy, trained using safety and terminal rewards specifically designed to enforce near time-optimal and collision-free flight, outperforms current state-of-the-art algorithms. Additionally, experimental results demonstrate the efficacy of the proposed approach in achieving both minimum flight time and obstacle avoidance objectives in complex environments, with a commendable $66.7\%$ success rate in unseen, challenging settings.
