Wind-Aware Reinforcement Learning Control of a Small Quadrotor Using Learned Onboard Wind Estimation in Simulated Atmospheric Turbulence

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

Summary

A two-stage learning pipeline has been developed for small quadrotor control in turbulent atmospheric boundary layers, where conventional feedback often fails. This system first employs an attention-augmented gated recurrent network, trained on thousands of simulated flights through von Karman turbulence, to estimate local horizontal wind. This estimator achieves a per-flight root-mean-square error of 0.40 m/s and a direction error of 3.2 degrees on unseen wind regimes, generalizing to vertical ascent profiles with a 0.861 skill score. Subsequently, a proximal policy optimization (PPO) controller utilizes this wind estimate, reducing horizontal trajectory tracking error by 48% compared to a wind-blind proportional-derivative baseline across mean winds of 4 m/s to 12 m/s, winning 100% of evaluation episodes. The controller also degrades gracefully in out-of-distribution winds of 13 m/s to 15 m/s, where the baseline fails catastrophically.

Key takeaway

For robotics engineers developing autonomous quadrotors for operations in turbulent atmospheric boundary layers, integrating a learned onboard wind estimation system with a reinforcement learning controller is crucial. This approach significantly reduces trajectory tracking errors by 48% and ensures graceful degradation in strong, out-of-distribution winds, preventing catastrophic failures seen with wind-blind baselines. Consider adopting this two-stage learning pipeline to enhance your vehicle's robustness and operational reliability in adverse conditions.

Key insights

A two-stage learning pipeline combining onboard wind estimation with RL control significantly improves quadrotor performance in turbulent atmospheric conditions.

Principles

Method

A two-stage pipeline: first, an attention-augmented gated recurrent network estimates local wind from kinematics; then, a proximal policy optimization controller uses this estimate for flight control.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Robotics Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.