paper-with-me

Papers

RAPTOR: A Foundation Policy for Quadrotor Control

2025-09-15 · Jonas Eschmann, Dario Albani, Giuseppe Loianno arxiv

Humans are remarkably data-efficient when adapting to new unseen conditions, like driving a new car. In contrast, modern robotic control systems, like neural network policies trained using Reinforcement Learning (RL), are highly specialized for single environments. Because of this overfitting, they are known to break down even under small differences like the Simulation-to-Reality (Sim2Real) gap and require system identification and retraining for even minimal changes to the system. In this work, we present RAPTOR, a method for training a highly adaptive foundation policy for quadrotor control. Our method enables training a single, end-to-end neural-network policy to control a wide variety of quadrotors. We test 10 different real quadrotors from 32 g to 2.4 kg that also differ in motor type (brushed vs. brushless), frame type (soft vs. rigid), propeller type (2/3/4-blade), and flight controller (PX4/Betaflight/Crazyflie/M5StampFly). We find that a tiny, three-layer policy with only 2084 parameters is sufficient for zero-shot adaptation to a wide variety of platforms. The adaptation through in-context learning is made possible by using a recurrence in the hidden layer. The policy is trained through our proposed Meta-Imitation Learning algorithm, where we sample 1000 quadrotors and train a teacher policy for each of them using RL. Subsequently, the 1000 teachers are distilled into a single, adaptive student policy. We find that within milliseconds, the resulting foundation policy adapts zero-shot to unseen quadrotors. We extensively test the capabilities of the foundation policy under numerous conditions (trajectory tracking, indoor/outdoor, wind disturbance, poking, different propellers).

📄 PDF Abstract BibTeX arXiv:2509.11481

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Raptor: Scalable Train-Free Embeddings for 3D Medical Volumes Leveraging Pretrained 2D Foundation Models

2025-07-11 · Ulzee An, Moonseong Jeong, Simon A. Lee, Aditya Gorla 외 arxiv

Current challenges in developing foundational models for volumetric imaging data, such as magnetic resonance imaging (MRI), stem from the computational complexity of training state-of-the-art architectures in high dimens…

Sample Efficient Learning of Path Following and Obstacle Avoidance Behavior for Quadrotors

2019-06-28 · Stefan Stevsic, Tobias Naegeli, Javier Alonso-Mora, Otmar Hilliges

In this paper we propose an algorithm for the training of neural network control policies for quadrotors. The learned control policy computes control commands directly from sensor inputs and is hence computationally effi…

Collision AvoidanceImitation Learning

Inclined Quadrotor Landing using Deep Reinforcement Learning

2021-03-16 · Jacob E. Kooi, Robert Babuška

Landing a quadrotor on an inclined surface is a challenging maneuver. The final state of any inclined landing trajectory is not an equilibrium, which precludes the use of most conventional control methods. We propose a d…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

RAPTOR: End-to-end Risk-Aware MDP Planning and Policy Learning by Backpropagation

2021-06-14 · Noah Patton, Jihwan Jeong, Michael Gimelfarb, Scott Sanner

Planning provides a framework for optimizing sequential decisions in complex environments. Recent advances in efficient planning in deterministic or stochastic high-dimensional domains with continuous action spaces lever…

Reinforcement Learning Position Control of a Quadrotor Using Soft Actor-Critic (SAC)

2025-12-20 · Youssef Mahran, Zeyad Gamal, Ayman El-Badawy arxiv

This paper proposes a new Reinforcement Learning (RL) based control architecture for quadrotors. With the literature focusing on controlling the four rotors' RPMs directly, this paper aims to control the quadrotor's thru…

Reinforcement Learning