English

CORB-Planner: Corridor as Observations for RL Planning in High-Speed Flight

Robotics 2025-09-16 v1 Systems and Control Systems and Control

Abstract

Reinforcement learning (RL) has shown promise in a large number of robotic control tasks. Nevertheless, its deployment on unmanned aerial vehicles (UAVs) remains challenging, mainly because of reliance on accurate dynamic models and platform-specific sensing, which hinders cross-platform transfer. This paper presents the CORB-Planner (Corridor-as-Observations for RL B-spline planner), a real-time, RL-based trajectory planning framework for high-speed autonomous UAV flight across heterogeneous platforms. The key idea is to combine B-spline trajectory generation with the RL policy producing successive control points with a compact safe flight corridor (SFC) representation obtained via heuristic search. The SFC abstracts obstacle information in a low-dimensional form, mitigating overfitting to platform-specific details and reducing sensitivity to model inaccuracies. To narrow the sim-to-real gap, we adopt an easy-to-hard progressive training pipeline in simulation. A value-based soft decomposed-critic Q (SDCQ) algorithm is used to learn effective policies within approximately ten minutes of training. Benchmarks in simulation and real-world tests demonstrate real-time planning on lightweight onboard hardware and support maximum flight speeds up to 8.2m/s in dense, cluttered environments without external positioning. Compatibility with various UAV configurations (quadrotors, hexarotors) and modest onboard compute underlines the generality and robustness of CORB-Planner for practical deployment.

Keywords

Cite

@article{arxiv.2509.11240,
  title  = {CORB-Planner: Corridor as Observations for RL Planning in High-Speed Flight},
  author = {Yechen Zhang and Bin Gao and Gang Wang and Jian Sun and Zhuo Li},
  journal= {arXiv preprint arXiv:2509.11240},
  year   = {2025}
}

Comments

11 pages, 8 figures. Submitted to IEEE/ASME T-MECH. Code available at https://github.com/ChenzycBIT/CORB-planner

R2 v1 2026-07-01T05:35:26.160Z