Pith. sign in

REVIEW 3 major objections 5 minor 42 references

Learning-based Trajectory Tracking for Bird-inspired Flapping-Wing Robots

T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read A model-free RL policy tracks aerobatic 3D trajectories for a flapping-wing robot in simulation.

desk verdict Solid RL flapping-wing tracking demo in MuJoCo with an overreaching asymptotic-stability claim that should be softened. read the letter →

arxiv 2411.15130 v1 pith:2TXGZAHP submitted 2024-11-22 cs.RO cs.SYeess.SY

classification cs.ROcs.SYeess.SY
keywords flapping-wingrobotornithopterreinforcementlearningtrajectorytrackingPPOMuJoCodomainrandomizationsystemidentification
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper claims that a model-free reinforcement-learning controller can make a high-degree-of-freedom, bird-inspired flapping-wing robot track complex 3D trajectories, including loops, sharp turns, and roll-off-the-bottom maneuvers, while also maintaining stable, periodic flapping and spontaneously switching between flight modes. This is shown entirely in a MuJoCo simulation where the aerodynamic model is a stateless ellipsoid/inertia approximation with hand-tuned coefficients. The authors add that the closed-loop system is locally input-output stable, based on linear transfer functions identified from simulated input-output data, and that the controller remains robust under wind disturbances and randomized aerodynamic conditions. If correct, this would mean that model-free RL can substitute for hand-derived aerodynamic models in ornithopter control, a task that classical model-based methods have only partially solved.

What carries the argument

The load-bearing machinery is the MuJoCo simulation environment with its stateless aerodynamic model, in which lifting bodies are modeled as ellipsoids with five aerodynamic force contributions (added mass, viscous drag, Magnus lift, Kutta lift, and viscous resistance) and the main body is modeled with a simplified inertia model. The fluid coefficients are manually tuned to match a designed lift-to-drag ratio at gliding, and this model is embedded in a curriculum-based PPO training pipeline with three progressively harder stages (constant forward flight, climbing/diving, then turning and arbitrary maneuvers) followed by domain randomization of masses, inertias, aerodynamic coefficients, added mass and inertia, and wind velocity. The identified third-order LTI transfer functions in x, y, and z are the device used to argue closed-loop stability.

What would settle it

Measure the actual lift and drag of the physical flapping-wing platform across the flapping frequencies used by the policy (4–6 Hz) and compare them against MuJoCo predictions under identical kinematics; a substantial discrepancy would indicate that the policy is exploiting a simulation artifact. A more direct test is to deploy the trained policy on the physical robot and check whether it can sustain stable straight-line flight and track a simple trajectory at all.

Watch

Extended reading notes

Core claim

The central claim is that a single model-free RL policy, trained with PPO through a curriculum and heavy domain randomization, can act as a trajectory-tracking controller for a simulated 11-DoF flapping-wing robot (5 actuated wing and tail joints plus a 6-DoF floating base). The policy outputs target joint positions at 50 Hz that are low-pass filtered and passed to a low-level PD controller running at 250 Hz, and this closed loop tracks straight, climbing, diving, gliding, turning, loop, and roll-off-the-bottom maneuvers. The stability argument is built from system identification: a third-order linear time-invariant transfer function is fit in each spatial axis to the closed-loop input-output behavior, and the identified poles all lie in the left-half plane, indicating bounded-input bounded-output (BIBO) stability and minimum-phase behavior. Phase portraits of the wing flap and pitch joints show closed periodic orbits during forward flight, climbing, and turning, which the paper interprets as stable and periodic joint action patterns.

Load-bearing premise

The entire demonstration rests on the assumption that MuJoCo's stateless aerodynamic model, with fluid coefficients manually tuned to match a gliding lift-to-drag ratio, faithfully represents real flapping-wing flight; if that model is not representative of unsteady flapping-wing aerodynamics, the learned tracking and stability conclusions do not transfer to a physical robot.

Editorial extensions

If this is right

  • If the RL control claim holds, model-free reinforcement learning could become a practical alternative to model-based control for bird-sized flapping-wing platforms, removing the need for analytic aerodynamic models.
  • The curriculum-plus-domain-randomization training scheme may transfer to other high-degree-of-freedom, underactuated flying robots, including morphing-wing and bat-like platforms.
  • The stability-analysis method, fitting low-dimensional linear models to the closed-loop input-output behavior of a learned policy, could be reused to certify other learned flight controllers beyond this platform.
  • The single policy's spontaneous switching between flight modes suggests that a single learned controller can replace hand-tuned supervisory logic that selects among separate controllers for cruise, climb, dive, and turn.
  • The policy's robustness to randomized aerodynamic coefficients and wind in simulation points toward a potentially deployable controller once the sim-to-real gap for flapping-wing aerodynamics is closed.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • An untested but implicit implication is that the same approach would transfer to physical hardware, but the stateless aerodynamics model omits unsteady effects such as leading-edge vortices and wing flexibility, so the demonstrated tracking and stability may not survive on a real robot.
  • A testable extension would be to compare the learned flapping frequency (4–6 Hz) and wing kinematics against measured data from biological birds or existing ornithopters of similar size; a mismatch would indicate that the policy exploits simulation artifacts rather than physical aerodynamics.
  • The BIBO stability of the identified local linear model does not by itself establish asymptotic stability of the full nonlinear stochastic closed-loop system; a stronger certificate, such as a Lyapunov function on the original dynamics, would be needed to make the stability conclusion robust.
  • The paper's sensitivity analysis shows the policy is most affected by the Kutta lift coefficient, which suggests that improving the fidelity of that single aerodynamic term could be the highest-impact step toward real-world transfer.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. This paper presents a model-free reinforcement learning framework for trajectory tracking of a five-joint, bird-inspired flapping-wing robot simulated in MuJoCo. The policy receives joint, attitude, and velocity observations, a history window, and a look-ahead trajectory buffer, and outputs target joint positions passed through a low-pass filter and a joint PD controller. Training uses a three-stage curriculum plus dynamics and aerodynamic randomization. The authors evaluate tracking on longitudinal, lateral, and aerobatic trajectories, test robustness to winds and aerodynamic coefficient randomization, perform linear system identification on the closed-loop input-output behavior, and present phase portraits of wing joints. The central claims are that the RL policy achieves multimodal agile tracking and that the closed-loop system is asymptotically stable.

Significance. The empirical simulation results are a useful contribution: they show that a single model-free policy can track diverse trajectories, including loops and turns, on a high-degree-of-freedom flapping-wing model, and the ablation-style randomization study gives a first-order sensitivity ranking of aerodynamic coefficients. The paper is transparent about the simulation-only status (the hardware platform is still in design) and about the simplifying stateless aerodynamics. Those strengths make the tracking claim credible within the simulator. The theoretical stability claim, however, is not supported by the presented evidence, and the manuscript should be revised to align the formal statements with what the analysis actually shows.

major comments (3)
  1. [IV.A.2, V] The conclusion that the closed-loop system is 'asymptotically stable' is not supported. The only evidence is the left-half-plane pole locations of three identified LTI transfer functions (Eqs. 9–11), which establish bounded-input/bounded-output stability for those fitted linear models. BIBO stability of an approximate input-output model does not imply asymptotic stability of the underlying nonlinear closed-loop system, nor does it address orbital stability of the periodic flapping orbit that the phase portraits in Sec. IV.B exhibit. The text in Sec. IV.A.2 correctly limits the claim to 'locally input-output stable'; the Conclusion should state the same limitation, or the authors should provide a nonlinear stability analysis (e.g., Lyapunov or contraction arguments) or a Poincaré-section analysis.
  2. [IV.A.1] The system-identification section does not report validation on held-out data, excitation conditions, or uncertainty bounds. The MSE of 5.629e-5 appears to be a fit error on the identification input-output pairs; as such it does not certify that the low-dimensional LTI model captures the closed-loop dynamics outside the particular fitted trajectory. Please report train/test MSE, the identification signal (e.g., chirp or random step sequence), and the operating region over which the fit is valid, and restrict stability conclusions to that region.
  3. [II.C, III.E] All flight and robustness results are obtained with MuJoCo's stateless ellipsoid fluid model, whose coefficients are hand-tuned to match only the designed glide lift-to-drag ratio. The paper itself acknowledges this as a simplifying approximation and states that the physical robot is still in design. The tracking and robustness claims therefore should be framed as properties of the simulation model, not of a physical flapping-wing aircraft; an unqualified statement such as 'achieve stable flight' in the abstract may be read as a real-world claim. A concrete step would be to evaluate the trained policy in a higher-fidelity unsteady aerodynamic solver (e.g., UVLM or CFD) or on the physical platform once available, and to report differences in tracking error and success rate.
minor comments (5)
  1. [Fig. 4 caption] The caption lists 'wing pitch angle' twice; the first occurrence should probably be 'wing flap angle'.
  2. [III.E] 'MoJoCo' should be 'MuJoCo' in the paragraph on aerodynamic randomization.
  3. [I.B] The phrase 'Unsteady V ortex Latex Method' appears to be a typo for 'Unsteady Vortex Lattice Method'.
  4. [IV.A.1] The sentence 'the input of the closed system is determined by the input of the policy network' is unclear; please clarify how the desired trajectory is converted into the LTI input u and what exactly is measured as the output.
  5. [General] No code or simulation environment is provided; a public release would improve reproducibility and allow independent assessment of the system-identification and stability analysis.

Circularity Check

1 steps flagged · score 2.0 of 10

No equation-level circularity: tracking results are direct policy evaluations, and the only self-citation supplies methodology, not the result. A minor in-sample fit metric is presented as a 'predicted result.'

  1. fitted input called prediction [Sec. IV.A.1, Eqs. (9)-(11) and the following note]
    "The LTI system is obtained by fitting the input-output pairs, where the input of the closed system is determined by the input of the policy network. The fitted input-output dynamics of position is given by: ... Note that the derived linear model predicted result with a Mean Squared Error (MSE) as low as 5.629 × 10−5."

    The transfer functions in Eqs. (9)-(11) are explicitly 'obtained by fitting the input-output pairs,' so the subsequent 'predicted result' and its MSE are properties of the same fitted model on the fitting data. No held-out or cross-validation split is reported, so as presented the MSE is the in-sample fitting residual renamed as a prediction. This is a minor instance of a fitted quantity being presented as a predictive validation, though it is not load-bearing for the main trajectory-tracking demonstrations.

full rationale

The core results are self-contained in simulation: the RL policy is trained on a reward that penalizes position error, energy, and orientation, and the tracking demonstrations in Sec. IV.C are direct rollouts of that policy against procedurally generated trajectories. These are not derived from the fitted linear model. The stability analysis, by contrast, fits third-order LTI transfer functions to closed-loop input-output data and then reads BIBO stability from pole locations. That inference is an overreach—BIBO stability of an identified LTI model does not establish the asymptotic stability of the nonlinear closed-loop system claimed in Sec. V—but it is an inferential gap rather than a circular reduction: the pole locations are not encoded as an input to the fit, and the fit itself is not claimed to be derived from the stability conclusion. The method is attributed to a self-citation, Ref. [42], whose authors overlap with the present paper, but the paper actually performs the identification and pole check itself, so the citation is methodological rather than load-bearing. The paper also candidly states the limits of its aerodynamic model in Sec. II.C and III.E ('state-less fluid force models ... a simplifying approximation that is made'; 'hand-tuned fluid coefficients may not match the physical model'), and Sec. V notes that hardware validation is future work. These statements weaken the generality of the claims but are not circularity. Overall, the central claims have independent content; the only circular-adjacent feature is the in-sample MSE presented as a 'predicted result,' which warrants a low score rather than a finding of substantive circularity.

Assumptions & free parameters 7 free parameters · 4 assumptions · 1 invented entities

The central claims rest on a custom simulation whose aerodynamic coefficients are hand-tuned, a rigid-body assumption that ignores aeroelasticity, and a stability argument based on a fitted linear model. Removing these parameters leaves a standard PPO training pipeline applied to a bespoke simulator. The paper does not ship code or data, so the ledger entries are assumptions, not independently verified inputs.

free parameters (7)
  • CD_blunt = 0.2
    Manually tuned with the other fluid coefficients to match the designed lift-to-drag ratio at gliding (Section II.C).
  • CD_slender = 0.12
    Manually tuned to match glide lift-to-drag ratio (Section II.C).
  • CD_angular = 1.5
    Manually tuned angular drag coefficient (Section II.C, Table II).
  • CK = 3.14
    Kutta lift coefficient manually tuned to glide performance; paper reports high sensitivity to this coefficient (Section IV.C).
  • CM = 1
    Magnus force coefficient manually tuned (Section II.C, Table II).
  • Reward weights = 0.5, 0.1, 0.2, 0.05
    Hand-selected weights for position, angular rate, orientation, and energy terms in Eq. 8; no ablation is reported.
  • Low-pass filter cutoff = 7 Hz
    Chosen to cap flapping frequency to 4-6 Hz, which shapes the 5.3 Hz behavior presented as a result (Section III.A).
assumptions (4)
  • domain assumption All bodies of the robot are rigid; wing flexibility is handled only through domain randomization.
    Stated in Section II.B despite the introduction identifying aeroelastic coupling as a key challenge.
  • domain assumption MuJoCo's stateless inertia and ellipsoid fluid models approximate the aerodynamic wrench on each body.
    Section II.C says the fluid force depends only on robot state, with no unsteady flow state, so leading-edge vortex and related unsteady effects are absent.
  • ad hoc to paper Hand-tuned aerodynamic coefficients match the real robot's lift-to-drag ratio at gliding and remain valid during dynamic maneuvers.
    Section II.C tunes five coefficients to one steady glide condition; no validation is given for aggressive maneuvers.
  • ad hoc to paper A low-dimensional LTI system fitted to input-output data represents the closed-loop nonlinear dynamics for stability analysis.
    Section IV.A fits transfer functions to simulation data and uses pole locations to conclude closed-loop stability, which is an extrapolation from the fitted model.
invented entities (1)
  • The five-joint bird-inspired flapping-wing robot platform
    purpose: Simulation testbed for the RL controller, with 0.995 m wingspan, 0.31 kg mass, and five actuated joints.
    The hardware is stated in the conclusion to be in the process of design, so the platform exists only in simulation. No physical prototype or measured data support the model.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Learning-based Trajectory Tracking for Bird-inspired Flapping-Wing Robots." pith.science (2026). https://pith.science/paper/2TXGZAHP

@misc{pith2026241115130,
  author       = {Pith},
  title        = {Pith review of: Learning-based Trajectory Tracking for Bird-inspired Flapping-Wing Robots},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/2TXGZAHP}},
  note         = {Machine review of arXiv:2411.15130}
}
read the original abstract

Bird-sized flapping-wing robots offer significant potential for agile flight in complex environments, but achieving agile and robust trajectory tracking remains a challenge due to the complex aerodynamics and highly nonlinear dynamics inherent in flapping-wing flight. In this work, a learning-based control approach is introduced to unlock the versatility and adaptiveness of flapping-wing flight. We propose a model-free reinforcement learning (RL)-based framework for a high degree-of-freedom (DoF) bird-inspired flapping-wing robot that allows for multimodal flight and agile trajectory tracking. Stability analysis was performed on the closed-loop system comprising of the flapping-wing system and the RL policy. Additionally, simulation results demonstrate that the RL-based controller can successfully learn complex wing trajectory patterns, achieve stable flight, switch between flight modes spontaneously, and track different trajectories under various aerodynamic conditions.

Figures

Figures reproduced from arXiv: 2411.15130 by the authors.

Figure 1
Figure 1. The layout of the flapping-wing robot. In simulation, [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. The flapping-wing robot follows a loop trajectory generated from simulation. The robot performs an Immelmann [PITH_FULL_IMAGE:figures/full_fig_p002_2.png] view at source ↗
Figure 3
Figure 3. The control diagram for flapping-wing robot trajec [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: Forward flapping behavior of the controller shown [PITH_FULL_IMAGE:figures/full_fig_p005_4.png]
Figure 5
Figure 5. Figure 5: System identification is performed on the closed-loop [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 6
Figure 6. Figure 6: Pole-zero plots for the closed-loop system’s linear [PITH_FULL_IMAGE:figures/full_fig_p006_6.png]
Figure 9
Figure 9. Figure 9: Example longitudinal and lateral trajectories to dis [PITH_FULL_IMAGE:figures/full_fig_p007_9.png]
Figure 10
Figure 10. Figure 10: Effect of randomization on trajectory following. [PITH_FULL_IMAGE:figures/full_fig_p007_10.png]
Figure 13
Figure 13. Figure 13: An aerobatic trajectory consisting of a loop (orange), [PITH_FULL_IMAGE:figures/full_fig_p008_13.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

42 extracted references · 39 canonical work pages

  1. [1]

    Flapping and flexible wings for biological and micro air vehicles,

    W. Shyy, M. Berg, and D. Ljungqvist, “Flapping and flexible wings for biological and micro air vehicles,” Progress in Aerospace Sciences, vol. 35, no. 5, pp. 455–505, 1999

  2. [2]

    Recent progress in flapping wing aerodynamics and aeroelasticity,

    W. Shyy, H. Aono, S. Chimakurthi, P. Trizila, C.-K. Kang, C. Cesnik, and H. Liu, “Recent progress in flapping wing aerodynamics and aeroelasticity,”Progress in Aerospace Sciences, vol. 46, no. 7, pp. 284– 327, 2010

  3. [3]

    Hovering efficiency comparison of rotary and flapping flight for rigid rectangular wings via dimensionless multi-objective optimization,

    Y . Bayiz, M. Ghanaatpishe, H. Fathy, and B. Cheng, “Hovering efficiency comparison of rotary and flapping flight for rigid rectangular wings via dimensionless multi-objective optimization,” Bioinspiration & Biomimetics, vol. 13, p. 046002, may 2018

  4. [4]

    Flight dynamics and con- trol of flapping-wing mavs: a review,

    H. E. Taha, M. R. Hajj, and A. H. Nayfeh, “Flight dynamics and con- trol of flapping-wing mavs: a review,” Nonlinear Dynamics , vol. 70, no. 2, pp. 907–939, 2012

  5. [5]

    Comment on “modeling and sim- ulation of nonlinear dynamics of flapping wing micro air vehicles

    M. Khosravi and A. B. Novinzadeh, “Comment on “modeling and sim- ulation of nonlinear dynamics of flapping wing micro air vehicles”,” AIAA Journal, vol. 57, no. 5, pp. 2195–2197, 2019

  6. [6]

    Key technologies of bird inspired flapping-wing micro aerial vehicles: Review,

    S. B. XUE Dong, ZHU Ziwen, “Key technologies of bird inspired flapping-wing micro aerial vehicles: Review,” Chinese Journal of Aeronautics, vol. 45, no. 17, 2024

  7. [7]

    Applications of the unsteady vortex-lattice method in aircraft aeroelasticity and flight dynamics,

    J. Murua, R. Palacios, and J. M. R. Graham, “Applications of the unsteady vortex-lattice method in aircraft aeroelasticity and flight dynamics,” Progress in Aerospace Sciences, vol. 55, pp. 46–72, 2012

  8. [8]

    Unsteady lifting line theory using the wagner function for the aerodynamic and aeroelastic modeling of 3d wings,

    J. Boutet and G. Dimitriadis, “Unsteady lifting line theory using the wagner function for the aerodynamic and aeroelastic modeling of 3d wings,” Aerospace, vol. 5, no. 3, 2018

Show all 42 references
  1. [9]

    Validation and optimization of ptera software: An open-source unsteady flow simulator for flapping wings,

    C. Urban and R. K. Agarwal, “Validation and optimization of ptera software: An open-source unsteady flow simulator for flapping wings,” in AIAA SCITECH 2022 Forum , p. 1967, 2022

  2. [10]

    Unsteady aero- dynamic modeling of aerobat using lifting line theory and wagner’s function,

    E. Sihite, P. Ghanem, A. Salagame, and A. Ramezani, “Unsteady aero- dynamic modeling of aerobat using lifting line theory and wagner’s function,” in IROS 2022, pp. 10493–10500, IEEE, 2022

  3. [11]

    Design, fabrication, and flight test of articulated ornithopter,

    S. Kim, M.-S. Kim, S. Kim, and J. Suk, “Design, fabrication, and flight test of articulated ornithopter,” inProceedings of the 10th International Micro Air Vehicles Conference, Melbourne, Australia, pp. 22–23, 2018

  4. [12]

    Flapping wing micro-aerial-vehicle: Kinematics, membranes, and flapping mechanisms of ornithopter and insect flight,

    M. F. Bin Abas, A. S. Bin Mohd Rafie, H. Bin Yusoff, and K. A. Bin Ahmad, “Flapping wing micro-aerial-vehicle: Kinematics, membranes, and flapping mechanisms of ornithopter and insect flight,” Chinese Journal of Aeronautics , vol. 29, no. 5, pp. 1159–1177, 2016

  5. [13]

    Active disturbance rejection attitude control for a bird-like flapping wing micro air vehicle during automatic landing,

    S. Liang, B. Song, and J. Xuan, “Active disturbance rejection attitude control for a bird-like flapping wing micro air vehicle during automatic landing,” IEEE Access, vol. 8, pp. 171359–171372, 2020

  6. [14]

    Attitude and altitude control on board of an ornithopter,

    J. Z. Torres, J. Davila, and R. Lozano, “Attitude and altitude control on board of an ornithopter,” in 2016 ICUAS, pp. 1124–1130, 2016

  7. [15]

    Banking turn of high-dof dynamic morphing wing flight by shifting structure response using optimization,

    B. Gupta, Y . Shah, T. Liu, E. Sihite, and A. Ramezani, “Banking turn of high-dof dynamic morphing wing flight by shifting structure response using optimization,” arXiv preprint arXiv:2405.05490, 2024

  8. [16]

    Bounding flight control of dynamic morphing wings,

    B. Gupta, A. Dhole, A. Salagame, X. Niu, Y . Xu, K. Venkatesh, P. Ghanem, I. Mandralis, E. Sihite, and A. Ramezani, “Bounding flight control of dynamic morphing wings,” in 2024 IEEE AIM, pp. 100–105, 2024

  9. [17]

    Model predictive control for a 3-dof flapping-wing unmanned aerial vehicle with control constraints,

    B. Zhu, Z. Zuo, L. Sun, Y . Zou, and K. Xia, “Model predictive control for a 3-dof flapping-wing unmanned aerial vehicle with control constraints,” in 2018 3rd ICARM , pp. 548–553, 2018

  10. [18]

    Enforcing nonholonomic constraints in aerobat, a roosting flapping wing model,

    E. Sihite and A. Ramezani, “Enforcing nonholonomic constraints in aerobat, a roosting flapping wing model,” in 2020 59th IEEE Conference on Decision and Control (CDC) , pp. 5321–5327, 2020

  11. [19]

    Trajectory gen- eration and tracking control for flapping wing robot three-dimensional flight,

    C. Qian, R. Chen, P. Shen, Y . Fang, J. Yan, and T. Li, “Trajectory gen- eration and tracking control for flapping wing robot three-dimensional flight,” IEEE/ASME Transactions on Mechatronics , pp. 1–13, 2024

  12. [20]

    Vector field aided trajectory tracking by a 10-gram flapping-wing micro aerial vehicle,

    A. Ndoye, J. J. Castillo-Zamora, S. Samorah-Laki, R. Miot, E. Van Ruymbeke, and F. Ruffier, “Vector field aided trajectory tracking by a 10-gram flapping-wing micro aerial vehicle,” in ICRA 2023, pp. 5379–5385, 2023

  13. [21]

    Modeling and trajectory tracking control for flapping-wing micro aerial vehicles,

    W. H. X. M. L. Zhang and Y . Zou, “Modeling and trajectory tracking control for flapping-wing micro aerial vehicles,” IEEE/CAA Journal of Automatica Sinica , vol. 8, no. JAS-2020-0183, p. 148, 2021

  14. [22]

    Trajectory planning for a bat-like flapping wing robot,

    J. Hoff, U. Syed, A. Ramezani, and S. Hutchinson, “Trajectory planning for a bat-like flapping wing robot,” in IROS 2019, pp. 6800– 6805, 2019

  15. [23]

    Predictive control of trajectory tracking for flapping-wing aircraft based on linear active disturbance rejection,

    H. Li, H. Gao, Z. Geng, and Y . Yang, “Predictive control of trajectory tracking for flapping-wing aircraft based on linear active disturbance rejection,” Electronics, vol. 13, no. 14, 2024

  16. [24]

    Residual policy learning facilitates efficient model-free autonomous racing,

    R. Zhang, J. Hou, G. Chen, Z. Li, J. Chen, and A. Knoll, “Residual policy learning facilitates efficient model-free autonomous racing,” IEEE Robotics and Automation Letters, vol. 7, pp. 11625–11632, 2022

  17. [25]

    Reaching the limit in autonomous racing: Optimal control versus reinforcement learning,

    Y . Song, A. Romero, M. M ¨uller, V . Koltun, and D. Scaramuzza, “Reaching the limit in autonomous racing: Optimal control versus reinforcement learning,” Science Robotics, vol. 8, no. 82, p. eadg1462, 2023

  18. [26]

    Pipo: Pol- icy optimization with permutation-invariant constraint for distributed multi-robot navigation,

    R. Zhang, G. Chen, J. Hou, Z. Li, and A. Knoll, “Pipo: Pol- icy optimization with permutation-invariant constraint for distributed multi-robot navigation,” in 2022 IEEE International Conference on Multisensor Fusion and Integration , pp. 1–7, 2022

  19. [27]

    Reinforcement learning for versatile, dynamic, and robust bipedal locomotion control,

    Z. Li, X. B. Peng, P. Abbeel, S. Levine, G. Berseth, and K. Sreenath, “Reinforcement learning for versatile, dynamic, and robust bipedal locomotion control,” RSS 2023, 2023

  20. [28]

    Proxfly: Robust control for close proximity quadcopter flight via residual reinforcement learning,

    R. Zhang, D. Zhang, and M. W. Mueller, “Proxfly: Robust control for close proximity quadcopter flight via residual reinforcement learning,” arXiv preprint arXiv:2409.13193 , 2024

  21. [29]

    Iterative learning control for a flapping wing micro aerial vehicle under distributed disturbances,

    W. He, T. Meng, X. He, and C. Sun, “Iterative learning control for a flapping wing micro aerial vehicle under distributed disturbances,” IEEE Transactions on Cybernetics , vol. 49, no. 4, pp. 1524–1535, 2019

  22. [30]

    Lift enhancement of a butterfly-like flapping wing vehicle by reinforcement learning algorithm,

    M. Xiong, Z. Wei, Y . Yang, Q. Chen, and X. Liu, “Lift enhancement of a butterfly-like flapping wing vehicle by reinforcement learning algorithm,” Bioinspiration & Biomimetics , vol. 18, p. 046010, may 2023

  23. [31]

    Experimental learning of a lift-maximizing central pattern generator for a flapping robotic wing,

    Y . E. Bayiz, S.-J. Hsu, A. N. Aguiles, Y . Shade-Alexander, and B. Cheng, “Experimental learning of a lift-maximizing central pattern generator for a flapping robotic wing,” in ICRA 2019, pp. 1997–2003, 2019

  24. [32]

    Learning-based path tracking control of a flapping-wing micro air vehicle,

    J. Lee, S. Ryu, T. Kim, W. Kim, and H. J. Kim, “Learning-based path tracking control of a flapping-wing micro air vehicle,” in 2018 IEEE/RSJ IROS, pp. 7096–7102, 2018

  25. [33]

    Human memory/learning inspired control method for flapping-wing micro air vehicles,

    Y . Song, L. Weng, and G. Lebby, “Human memory/learning inspired control method for flapping-wing micro air vehicles,” Journal of Bionic Engineering, vol. 7, no. 2, pp. 127–133, 2010

  26. [34]

    Learning extreme hummingbird maneuvers on flapping wing robots,

    F. Fei, Z. Tu, J. Zhang, and X. Deng, “Learning extreme hummingbird maneuvers on flapping wing robots,” in ICRA 2019 , pp. 109–115, 2019

  27. [35]

    Bio-inspired rapid escape and tight body flip on an at-scale flapping wing hummingbird robot via reinforcement learning,

    Z. Tu, F. Fei, and X. Deng, “Bio-inspired rapid escape and tight body flip on an at-scale flapping wing hummingbird robot via reinforcement learning,” IEEE Transactions on Robotics , vol. 37, no. 5, pp. 1742– 1751, 2021

  28. [36]

    Whole-body simulation of realistic fruit fly locomotion with deep reinforcement learning,

    R. Vaxenburg, I. Siwanowicz, J. Merel, A. A. Robie, C. Morrow, G. Novati, Z. Stefanidi, G. M. Card, M. B. Reiser, M. M. Botvinick, K. M. Branson, Y . Tassa, and S. C. Turaga, “Whole-body simulation of realistic fruit fly locomotion with deep reinforcement learning,” bioRxiv, 2024

  29. [37]

    Control of a fly-mimicking flyer in complex flow using deep reinforcement learning,

    S. Hong, S. Kim, and D. You, “Control of a fly-mimicking flyer in complex flow using deep reinforcement learning,” 2021

  30. [38]

    Mujoco: A physics engine for model-based control,

    E. Todorov, T. Erez, and Y . Tassa, “Mujoco: A physics engine for model-based control,” in 2012 IEEE/RSJ IROS, pp. 5026–5033, IEEE, 2012

  31. [39]

    Hierarchical reinforcement learning for precise soccer shooting skills using a quadrupedal robot,

    Y . Ji, Z. Li, Y . Sun, X. B. Peng, S. Levine, G. Berseth, and K. Sreenath, “Hierarchical reinforcement learning for precise soccer shooting skills using a quadrupedal robot,” 2022 IEEE/RSJ IROS , pp. 1479–1486, 2022

  32. [40]

    Minimizing energy consumption leads to the emergence of gaits in legged robots,

    Z. Fu, A. Kumar, J. Malik, and D. Pathak, “Minimizing energy consumption leads to the emergence of gaits in legged robots,” in Conference on Robot Learning (CoRL) , 2021

  33. [41]

    Proximal policy optimization algorithms,

    J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov, “Proximal policy optimization algorithms,” arXiv preprint arXiv:1707.06347, 2017

  34. [42]

    Bridging model- based safety and model-free reinforcement learning through system identification of low dimensional linear models,

    Z. Li, J. Zeng, A. Thirugnanam, and K. Sreenath, “Bridging model- based safety and model-free reinforcement learning through system identification of low dimensional linear models,” in RSS, RSS, 2022

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.