End-to-end Reinforcement Learning for Time-Optimal Quadcopter Flight
Robin Ferede, Christophe De Wagter, Dario Izzo, Guido C. H. E. de Croon
TL;DR
The paper tackles time-optimal quadcopter flight by comparing an end-to-end reinforcement learning (E2E) controller that issues direct motor commands with a residual model against an INDI-based network that outputs thrust and body-rate commands. The E2E approach achieves a 1.39 s improvement in simulation and a 0.17 s advantage in real flights over INDI, though a nontrivial sim-to-real gap remains, especially for E2E. By integrating a learned residual model for thrust and moments and an adaptive compensation mechanism, the work demonstrates the potential of end-to-end control to push latency and maneuverability limits while also outlining practical transfer challenges. The results motivate further exploration of offline RL with real flight data and additional modeling refinements to narrow the reality gap in high-speed quadcopter applications.
Abstract
Aggressive time-optimal control of quadcopters poses a significant challenge in the field of robotics. The state-of-the-art approach leverages reinforcement learning (RL) to train optimal neural policies. However, a critical hurdle is the sim-to-real gap, often addressed by employing a robust inner loop controller -an abstraction that, in theory, constrains the optimality of the trained controller, necessitating margins to counter potential disturbances. In contrast, our novel approach introduces high-speed quadcopter control using end-to-end RL (E2E) that gives direct motor commands. To bridge the reality gap, we incorporate a learned residual model and an adaptive method that can compensate for modeling errors in thrust and moments. We compare our E2E approach against a state-of-the-art network that commands thrust and body rates to an INDI inner loop controller, both in simulated and real-world flight. E2E showcases a significant 1.39-second advantage in simulation and a 0.17-second edge in real-world testing, highlighting end-to-end reinforcement learning's potential. The performance drop observed from simulation to reality shows potential for further improvement, including refining strategies to address the reality gap or exploring offline reinforcement learning with real flight data.
