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 →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
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.
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
- 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.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
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)
- [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.
- [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.
- [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)
- [Fig. 4 caption] The caption lists 'wing pitch angle' twice; the first occurrence should probably be 'wing flap angle'.
- [III.E] 'MoJoCo' should be 'MuJoCo' in the paragraph on aerodynamic randomization.
- [I.B] The phrase 'Unsteady V ortex Latex Method' appears to be a typo for 'Unsteady Vortex Lattice Method'.
- [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.
- [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
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.'
-
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
free parameters (7)
- CD_blunt =
0.2
- CD_slender =
0.12
- CD_angular =
1.5
- CK =
3.14
- CM =
1
- Reward weights =
0.5, 0.1, 0.2, 0.05
- Low-pass filter cutoff =
7 Hz
assumptions (4)
- domain assumption All bodies of the robot are rigid; wing flexibility is handled only through domain randomization.
- domain assumption MuJoCo's stateless inertia and ellipsoid fluid models approximate the aerodynamic wrench on each body.
- 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.
- ad hoc to paper A low-dimensional LTI system fitted to input-output data represents the closed-loop nonlinear dynamics for stability analysis.
invented entities (1)
-
The five-joint bird-inspired flapping-wing robot platform
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 from the paper (6 more)
Reference graph
Works this paper leans on
-
[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
work page 1999
-
[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
work page 2010
-
[3]
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
work page 2018
-
[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
work page 2012
-
[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
work page 2019
-
[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
work page 2024
-
[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
work page 2012
-
[8]
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
work page 2018
Show all 42 references
-
[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
2022
-
[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
2022
-
[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
2018
-
[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
2016
-
[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
2020
-
[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
2016
-
[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
2024 arXiv
-
[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
2024
-
[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
2018
-
[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
2020
-
[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
2024
-
[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
2023
-
[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
2020
-
[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
2019
-
[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
2024
-
[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
2022
-
[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
2023
-
[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
2022
-
[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
2023
-
[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
2024 arXiv
-
[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
2019
-
[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
2023
-
[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
2019
-
[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
2018
-
[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
2010
-
[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
2019
-
[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
2021
-
[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
2024
-
[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
2021
-
[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
2012
-
[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
2022
-
[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
2021
-
[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
2017 arXiv
-
[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
2022
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.