Pith. sign in

REVIEW 4 major objections 6 minor 34 references

Whole-Body Constrained Learning for Legged Locomotion via Hierarchical Optimization

T0 review · 4 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read A constrained RL framework routes learned joint commands through a hierarchical-optimization whole-body follower, and on a hexapod this reduced slips, torque violations, and collisions on snow, ice, slopes, and stairs while keeping…

desk verdict A sensible RL+WBC architecture with a useful training/deployment constraint split, but the safety claim waits on validation of the online friction estimate. read the letter →

arxiv 2506.05115 v1 pith:P7UHHE2M submitted 2025-06-05 cs.RO

classification cs.RO
keywords leggedlocomotionreinforcementlearningwhole-bodycontrolhierarchicaloptimizationconstrainedRLfrictionestimationsim-to-realtransferhexapodrobot
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

This paper tries to solve a specific mismatch: reinforcement learning gives legged robots agility on rough terrain, but unconstrained policies tend to slip, exceed torque limits, and knock joints into their mechanical stops when deployed on real snow, ice, or stairs. The proposed solution keeps an RL policy as the source of joint trajectories but routes every command through a whole-body controller built on hierarchical optimization, which can enforce hard physical constraints (torque and joint limits) during training and then switch on softer constraints (no foot slip, no body oscillation) only at deployment. Because the constraints live inside an optimization problem, they can be tightened or loosened after training without retraining the policy. A learned estimation policy computes body velocity, foot contact states, and the ground friction coefficient online, so the foot-terrain constraints adapt to the actual surface. The authors report that the constrained follower tracked a 1 m/s command on an oil-coated low-friction surface with no torque violations or collisions, while a plain PD follower slipped and collided, and that the same policy walked in snow, ice, sand, slopes, and stairs outdoors.

What carries the argument

The load-bearing mechanism is the hierarchical quadratic programme (HQP) whole-body follower, whose decision variable stacks generalized accelerations, ground reaction forces, and joint torques, and whose seven priority-ranked tasks encode dynamics, kinematic limits, torque limits, joint tracking, contact no-slip conditions, foot-terrain interaction limits, and body stabilization. The foot-terrain interaction constraints come from a terramechanics model that bounds tangential foot force from normal force, friction coefficient, cohesion, and shear deformation; those bounds become linear inequalities in the HQP. The estimation policy, a temporal-convolutional network trained by supervised learning, outputs body velocity, contact states, and the online friction coefficient $\mu$, so the foot-terrain constraints track the environment rather than being fixed at training time. The separation of hard constraints (training) from soft constraints (deployment) is what allows the same RL policy to be fine-tuned by editing optimization parameters instead of retraining.

What would settle it

Run the same policy on the same low-friction surface with the friction coefficient deliberately fixed to a value much higher than the estimated one while keeping every other constraint identical; if foot slips, torque exceedances, and collisions do not increase, then the estimated foot-terrain constraint is not the mechanism delivering the safety improvement.

Watch

Extended reading notes

Core claim

The central claim is that a hierarchical-optimization whole-body follower placed beneath an RL policy can translate the policy's joint position commands into safer locomotion without sacrificing the policy's speed or robustness. The follower solves a priority-ordered hierarchy of quadratic programs over the decision variable $x=[\ddot{q}^\top, F_{\mathrm{grf}}^\top, \tau_j^\top]^\top$, with seven tasks: dynamic consistency, kinematic limits, torque limits, joint-space motion tracking, contact-motion no-slip constraints, foot-terrain interaction constraints, and body-space stabilization. Hard constraints are active during training; the three soft constraint tasks are activated at deployment and parameterized by an estimation policy that infers body velocity, foot contact states, and friction coefficient from proprioceptive history. In simulation the method reached 2.3 m/s and 2.6 rad/s with only three hazardous events in twenty slope-and-stairs trials, fewer than the unconstrained RL baselines, and on the real hexapod the whole-body follower kept joint angles and torques inside limits on a slippery oil-film surface where a plain PD follower tracking the same policy slipped and collided. The paper concludes that separating hard constraints (training) from soft constraints (deployment) enables online policy fine-tuning through constraint parameters and eases sim-to-real transfer for safety-critical missions.

Load-bearing premise

The load-bearing premise is that the learned estimator's online friction coefficient is accurate enough on real snow, ice, and oiled film for the foot-terrain constraints to describe the actual ground; if that estimate is wrong, the reported safety gains could come from conservatism rather than from a correct terrain model.

Editorial extensions

If this is right

  • In simulation, the constrained policy retained a 2.3 m/s maximum linear speed and a 2.6 rad/s maximum angular speed while recording far fewer slips, torque exceedances, and joint collisions than unconstrained RL baselines on slopes and stairs.
  • On a real low-friction oil-film surface, the whole-body follower reached the 1 m/s command within 0.3 seconds with roll angle fluctuations below 0.03 radians and no torque or collision violations, whereas a PD follower took 1 second, slipped severely, exceeded torque limits, and collided.
  • Changing the foot-terrain friction coefficient or the hip joint's motion range during deployment measurably changed foot slip and joint behavior, showing that a trained policy can be adapted to a new environment without retraining.
  • The learned estimation policy replaces a separate state estimator by providing body velocity, foot contact states, and friction estimates directly to the whole-body follower.
  • The framework is stated to be adaptable to other legged robots with similar configurations, not only the hexapod used in the experiments.

Reading between the lines

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

  • A useful testable extension would be to compare the learned friction estimate against a direct force/torque-based measurement on the same ice or snow surface; this would separate how much of the safety gain comes from an accurate terrain model versus from conservative constraint parameters.
  • The same HQP hierarchy could host stronger formal safety machinery, such as constraints that certify the robot remains inside a safe set, because new inequality tasks can be added without retraining the RL policy.
  • The constraint-modification results suggest an outer auto-tuning loop in which constraint violations or estimator uncertainty adjust parameters like the friction coefficient online; the paper shows the adjustments work but does not close this loop.
  • If the friction estimate is deliberately set far too high on a slippery surface and the robot still shows no extra slips or torque spikes, that would indicate the optimizer's constraints themselves, rather than the estimator's accuracy, are carrying the safety benefit.
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

4 major / 6 minor

Summary. This paper proposes a hierarchical whole-body constrained RL framework for legged locomotion. An RL teacher-student policy outputs desired joint positions, and a whole-body controller formulated as a hierarchical quadratic program (HQP) tracks them while enforcing hard constraints (dynamics, kinematic and torque limits) and, at deployment, soft constraints including contact-motion and foot-terrain interaction constraints. An estimation policy, trained concurrently, provides body velocity, contact states, and friction coefficient to the follower. The authors report simulation comparisons against WBC, end-to-end RL, and RMA in terms of maximum speed, slope/stairs success, and hazard counts, plus hardware experiments on a hexapod on low-friction and outdoor terrains, and constraint-modification experiments. The central claim is that the constrained follower preserves RL agility while reducing hazardous situations such as slips, collisions, and torque exceedances.

Significance. If the result holds, this paper is a useful demonstration that model-based constraints can be injected into an RL locomotion pipeline at deployment time without retraining, and that the safety/agility trade-off can be tuned by adjusting physically meaningful constraint parameters. The architecture is a reasonable extension of teacher-student RL and WBC/HQP, and the hardware tests on snow, ice, and other outdoor terrains are valuable. The main contributions—train/deploy separation of constraints and online friction estimation for constraint tightening—are plausible. However, the safety claim is currently supported by limited evidence: the friction/terrain model is not validated on the deployment surfaces, and the key comparisons are single counts or single trials. With additional validation, the framework would be of interest to the legged-locomotion community.

major comments (4)
  1. [IV-B-6, Eq. (12)] The F-T interaction constraint is the load-bearing mechanism for slip prevention, but it depends on the estimated friction coefficient μ from π_e (Eq. (18)) and the terramechanics model of Eq. (2), neither of which is validated on oil-coated film, ice, or snow. The paper reports no ground-truth μ measurements, no estimation-error statistics, and no check that Eq. (2) describes these hard, low-friction surfaces. Because an overestimated μ loosens Fxy,max and an underestimated μ makes the policy conservative, this validation gap directly affects the central safety claim. I ask for offline accuracy evaluation of π_e against simulated ground truth, direct friction measurements on the test surfaces, and/or a sensitivity analysis of the safety metrics with respect to μ.
  2. [Table IV] Table IV reports hazard counts as single numbers per condition with no error bars, confidence intervals, or significance tests; with ten trials per condition, differences such as 1 vs. 5 slippage events are not established as reliable. The thresholds for a 'hazardous situation' (slip > 4 cm, torque > 20 Nm, collision) are stated without justification, and no severity measure is reported. Please report per-trial distributions over multiple seeds, add statistical tests, and justify the thresholds.
  3. [V-C-1, Fig. 4] The hardware safety comparison is based on one trial per follower. The claim that the whole-body follower tracked 1 m/s within 0.3 s and produced no collisions or torque exceedances is anecdotal; the PD follower's failure around 8 s may not be representative. Please repeat the experiment multiple times and report aggregate statistics.
  4. [Eq. (12)] The parameters ξ_xy,max and δ_max in Eq. (12) are not reported; the paper only says they are chosen from workspace and motor limits. Since these values directly determine how tight the F-T constraints are, omitting them prevents replication and makes it impossible to tell whether the safety improvement is due to the model or to conservative constraint settings. Please state these values and any tuning procedure.
minor comments (6)
  1. [Eq. (1) and surrounding text] F_grf is written as R^n, but it has dimension 3c for c feet; this is only correct when n=3c (as for the 18-DoF hexapod with c=6). Please clarify the general dimensions.
  2. [Eq. (2) and Section IV-B-4] There is a Chinese comma after 'in which' in the text following Eq. (2), and 'the joint space motion tracking task T4 is aims' should be 'aims'.
  3. [II-B] The characterization of [22] as using 'soft constraints like action rate limits' is inaccurate; [22] uses constraints as termination conditions. This related-work description should be corrected.
  4. [IV-C-1] The estimation policy is said to be trained via supervised learning following [28], but the loss function, label sources, and domain randomization for μ are not specified. Please add a few sentences.
  5. [Fig. 4] The phrase 'the blue region corresponds to the frozen frames of the robot at that moment' is unclear; specify what the blue region denotes (e.g., the time window of the slip event).
  6. [Figs. 6 and 7] The captions use the vague term 'Software constraint'; rename to 'foot-terrain interaction constraint' and 'kinematic limit' respectively.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: the constrained-follower claim is an empirical engineering result, and the self-cited foot-terrain model is independently validated prior work.

full rationale

The claimed contribution is an engineering architecture, not a formal derivation, and the safety comparisons are empirical benchmark results. The RL policy outputs joint position targets a_t; the hierarchical whole-body follower tracks them through Eq. (9)-(10) and enforces hard constraints (dynamics, kinematic limits, torque limits) and soft constraints (contact motion, F-T interaction, body stabilization). The F-T bound F_xy,max in Eq. (12) is computed from the foot-terrain model in Eq. (2), which is imported from the authors' earlier work [26]; that source reports its own experimental validation and is not derived from any quantity measured in this paper, so citing it is real evidence rather than circularity. The friction coefficient μ enters as privileged information during training and is estimated online by π_e (Eq. (18)); the estimator is supervised to regress a simulation ground-truth quantity, and the reported hazard counts (slip >4 cm, torque >20 Nm, collisions) are measured independently rather than defined by the constraints. The constraints do make the safety outcomes more likely by construction in the engineering sense (limiting torque and slip), but that is an intervention with externally evaluated effect, not a prediction that is identical to its input. A genuine limitation is flagged in V-C.1 and the skeptic analysis: the real low-friction surface ('oil-coated plastic film') is never characterized by ground-truth μ, and the single hardware comparison with the PD follower is anecdotal; however, this undermines external validity and evidential strength, not the logical independence of the claim. No uniqueness theorem is imported from the authors, and no result is renamed from a known pattern. The paper therefore has no significant circularity.

Assumptions & free parameters 6 free parameters · 5 assumptions · 0 invented entities

The central system rests on standard rigid-body dynamics and on a foot-terrain interaction model taken from the authors' prior work. Several scalar choices, such as reward weights, PD gains, constraint limits, and hazard thresholds, are tuned by hand or with a curriculum, and the online friction estimate is never checked against ground truth. No new physical entities are introduced.

free parameters (6)
  • Reward weights (Table II) = Final values in Table II
    Tuned through a curriculum during training (Sec. IV.C.3); no derivation, and they shape the policy behavior.
  • WBC PD gains kp, kd = Not stated numerically; included in privileged vector d_t (Eq. 17)
    Used in Eq. (9) to map RL joint targets to accelerations; chosen or domain-randomized by the authors.
  • F-T constraint limits xi_xy,max and delta_max = Not given numerically
    Chosen by hand in Sec. IV.B.6 based on workspace and torque limits; directly set the foot-terrain constraint bounds.
  • Kinematic limit deceleration time Delta_t = 10 * delta_t (Eq. 6)
    Introduced in Eq. (6) to convert joint position limits to acceleration bounds; the factor 10 is an arbitrary choice.
  • Estimated friction coefficient mu from pi_e = Estimated online; no real-ground-truth validation
    Output of the estimation policy; the deployment constraints depend on its accuracy, which is never measured on real surfaces.
  • Hazard thresholds for safety metrics = slip > 4 cm; torque > 20 Nm; joint collision (Sec. V-B)
    Define hazardous situations in Table IV; set by the authors without a stated basis, affecting the comparison outcome.
assumptions (5)
  • standard math Floating-base rigid-body dynamics as in Eq. (1)
    Standard articulated rigid-body dynamics used throughout the whole-body controller.
  • domain assumption Foot-terrain interaction model of Eq. (2) from [26]
    Assumed valid for real low-friction and soft terrain; model parameters are taken from the authors' own prior work and not re-derived here.
  • domain assumption Stance foot no-slip condition in Eq. (11)
    Assumes rigid contact with zero acceleration for stance feet; real contacts can slide, which is the very phenomenon the constraints aim to prevent.
  • domain assumption HQP solved with qpOASES at 500 Hz (Sec. V-A)
    Requires that the hierarchical QP remains feasible and real-time at the stated rate, which may fail for infeasible constraint sets.
  • domain assumption Sim-to-real transfer via domain randomization (Sec. V-A)
    Assumes Isaac Gym simulations with randomizations transfer to real hardware; supported only by the qualitative demos reported.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Whole-Body Constrained Learning for Legged Locomotion via Hierarchical Optimization." pith.science (2026). https://pith.science/paper/P7UHHE2M

@misc{pith2026250605115,
  author       = {Pith},
  title        = {Pith review of: Whole-Body Constrained Learning for Legged Locomotion via Hierarchical Optimization},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/P7UHHE2M}},
  note         = {Machine review of arXiv:2506.05115}
}
read the original abstract

Reinforcement learning (RL) has demonstrated impressive performance in legged locomotion over various challenging environments. However, due to the sim-to-real gap and lack of explainability, unconstrained RL policies deployed in the real world still suffer from inevitable safety issues, such as joint collisions, excessive torque, or foot slippage in low-friction environments. These problems limit its usage in missions with strict safety requirements, such as planetary exploration, nuclear facility inspection, and deep-sea operations. In this paper, we design a hierarchical optimization-based whole-body follower, which integrates both hard and soft constraints into RL framework to make the robot move with better safety guarantees. Leveraging the advantages of model-based control, our approach allows for the definition of various types of hard and soft constraints during training or deployment, which allows for policy fine-tuning and mitigates the challenges of sim-to-real transfer. Meanwhile, it preserves the robustness of RL when dealing with locomotion in complex unstructured environments. The trained policy with introduced constraints was deployed in a hexapod robot and tested in various outdoor environments, including snow-covered slopes and stairs, demonstrating the great traversability and safety of our approach.

Figures

Figures reproduced from arXiv: 2506.05115 by the authors.

Figure 1
Figure 1. Overview of the presented whole-body constrained learning framework. (A) Teacher-Student RL module. (B) Whole-body follower. (C) Hierarchical [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Illustration of the robotic dynamics model and the foot-terrain [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Performance comparison of stair climbing for WBC, RMA, End-to [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: Locomotion performance comparison of PD follower and whole-body [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: Outdoor experiments on a variety of terrains, such as ice rink (a), pipeline (b), slope (c), sand (d), steps (e), stairs (f), greenway (g), and deep snow (h). Our proposed framework exhibits excellent traversability and robustness, effectively navigating through divers…
Figure 7
Figure 7. Figure 7: The trajectory of the right foreleg’s hip joint within 2 seconds with [PITH_FULL_IMAGE:figures/full_fig_p007_7.png]
Figure 6
Figure 6. Figure 6: The trajectory of the right foreleg’s foot after swinging five times [PITH_FULL_IMAGE:figures/full_fig_p007_6.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

34 extracted references · 18 canonical work pages

  1. [1]

    Virtual model control: An intuitive approach for bipedal locomotion,

    J. Pratt, C.-M. Chew, A. Torres, P. Dilworth, and G. Pratt, “Virtual model control: An intuitive approach for bipedal locomotion,”The International Journal of Robotics Research, vol. 20, no. 2, pp. 129–143, 2001

  2. [2]

    Dynamic locomotion in the mit cheetah 3 through convex model-predictive con- trol,

    J. Di Carlo, P. M. Wensing, B. Katz, G. Bledt, and S. Kim, “Dynamic locomotion in the mit cheetah 3 through convex model-predictive con- trol,” in2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2018, pp. 1–9

  3. [3]

    Perception-less terrain adaptation through whole body control and hierarchical optimization,

    C. Dario Bellicoso, C. Gehring, J. Hwangbo, P. Fankhauser, and M. Hut- ter, “Perception-less terrain adaptation through whole body control and hierarchical optimization,” in2016 IEEE-RAS 16th International Conference on Humanoid Robots (Humanoids), 2016, pp. 558–564

  4. [4]

    Highly dynamic quadruped locomotion via whole-body impulse control and model predictive control,

    D. Kim, J. D. Carlo, B. Katz, G. Bledt, and S. Kim, “Highly dynamic quadruped locomotion via whole-body impulse control and model predictive control,”ArXiv, vol. abs/1909.06586, 2019. [Online]. Available: https://api.semanticscholar.org/CorpusID:202577921

  5. [5]

    Stance: Locomotion adaptation over soft terrain,

    S. Fahmi, M. Focchi, A. Radulescu, G. Fink, V . Barasuol, and C. Semini, “Stance: Locomotion adaptation over soft terrain,”IEEE Transactions on Robotics, vol. 36, no. 2, pp. 443–457, 2020

  6. [6]

    Optimized jumping on the mit cheetah 3 robot,

    Q. Nguyen, M. J. Powell, B. Katz, J. D. Carlo, and S. Kim, “Optimized jumping on the mit cheetah 3 robot,” in2019 International Conference on Robotics and Automation (ICRA), 2019, pp. 7448–7454

  7. [7]

    Mini cheetah: A platform for pushing the limits of dynamic quadruped control,

    B. Katz, J. D. Carlo, and S. Kim, “Mini cheetah: A platform for pushing the limits of dynamic quadruped control,” in2019 International Conference on Robotics and Automation (ICRA), 2019, pp. 6295–6301

  8. [8]

    Learning quadrupedal locomotion over challenging terrain,

    J. Lee, J. Hwangbo, L. Wellhausen, V . Koltun, and M. Hutter, “Learning quadrupedal locomotion over challenging terrain,”Science Robotics, vol. 5, no. 47, p. eabc5986, 2020

Show all 34 references
  1. [9]

    Learning robust perceptive locomotion for quadrupedal robots in the wild,

    T. Miki, J. Lee, J. Hwangbo, L. Wellhausen, V . Koltun, and M. Hutter, “Learning robust perceptive locomotion for quadrupedal robots in the wild,”Science Robotics, vol. 7, no. 62, p. eabk2822, 2022

  2. [10]

    Learning quadrupedal locomotion on deformable terrain,

    S. Choi, G. Ji, J. Park, H. Kim, J. Mun, J. H. Lee, and J. Hwangbo, “Learning quadrupedal locomotion on deformable terrain,”Science Robotics, vol. 8, no. 74, p. eade2256, 2023

  3. [12]

    Visual whole-body control for legged loco-manipulation,

    M. Liu, Z. Chen, X. Cheng, Y . Ji, R.-Z. Qiu, R. Yang, and X. Wang, “Visual whole-body control for legged loco-manipulation,” in8th Annual Conference on Robot Learning, 2024

  4. [13]

    Rl + model-based control: Using on-demand optimal control to learn versatile legged locomotion,

    D. Kang, J. Cheng, M. Zamora, F. Zargarbashi, and S. Coros, “Rl + model-based control: Using on-demand optimal control to learn versatile legged locomotion,”IEEE Robotics and Automation Letters, vol. 8, no. 10, pp. 6619–6626, 2023

  5. [14]

    Run like a dog: Learning based whole-body control framework for quadruped gait style transfer,

    F. Yin, A. Tang, L. Xu, Y . Cao, Y . Zheng, Z. Zhang, and X. Chen, “Run like a dog: Learning based whole-body control framework for quadruped gait style transfer,” in2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2021, pp. 8508–8514

  6. [15]

    Opt-mimic: Imitation of optimized trajectories for dynamic quadruped behaviors,

    Y . Fuchioka, Z. Xie, and M. Van de Panne, “Opt-mimic: Imitation of optimized trajectories for dynamic quadruped behaviors,” in2023 IEEE International Conference on Robotics and Automation (ICRA), 2023, pp. 5092–5098

  7. [16]

    Imitation-enhanced reinforcement learning with priv- ileged smooth transition for hexapod locomotion,

    Z. Zhang, T. Liu, L. Ding, H. Wang, P. Xu, H. Yang, H. Gao, Z. Deng, and J. Pajarinen, “Imitation-enhanced reinforcement learning with priv- ileged smooth transition for hexapod locomotion,”IEEE Robotics and Automation Letters, vol. 10, no. 1, pp. 350–357, 2025

  8. [17]

    RMA: Rapid motor adaptation for legged robots,

    A. Kumar, Z. Fu, D. Pathak, and J. Malik, “RMA: Rapid motor adaptation for legged robots,” inRobotics: Science and Systems, 2021

  9. [18]

    Dynamics randomization revisited: A case study for quadrupedal locomotion,

    Z. Xie, X. Da, M. van de Panne, B. Babich, and A. Garg, “Dynamics randomization revisited: A case study for quadrupedal locomotion,” in2021 IEEE International Conference on Robotics and Automation (ICRA), 2021, pp. 4955–4961

  10. [19]

    Learning agile and dynamic motor skills for legged robots,

    J. Hwangbo, J. Lee, A. Dosovitskiy, D. Bellicoso, V . Tsounis, V . Koltun, and M. Hutter, “Learning agile and dynamic motor skills for legged robots,”Science Robotics, vol. 4, no. 26, p. eaau5872, 2019

  11. [20]

    Agile but safe: Learning collision-free high-speed legged locomotion,

    T. He, C. Zhang, W. Xiao, G. He, C. Liu, and G. Shi, “Agile but safe: Learning collision-free high-speed legged locomotion,” inRobotics: Science and Systems (RSS), 2024

  12. [21]

    Learn from safe experience: Safe reinforcement learning for task automation of surgical robot,

    K. Fan, Z. Chen, G. Ferrigno, and E. D. Momi, “Learn from safe experience: Safe reinforcement learning for task automation of surgical robot,”IEEE Transactions on Artificial Intelligence, vol. 5, no. 7, pp. 3374–3383, 2024

  13. [22]

    Cat: Constraints as terminations for legged locomotion reinforcement learning,

    E. Chane-Sane, P.-A. Leziart, T. Flayols, O. Stasse, P. Sou `eres, and N. Mansard, “Cat: Constraints as terminations for legged locomotion reinforcement learning,” inIEEE/RSJ International Conference on In- telligent Robots and Systems (IROS), 2024

  14. [23]

    Evaluation of constrained reinforcement learning algorithms for legged locomotion,

    J. Lee, L. Schroth, V . Klemm, M. Bjelonic, A. Reske, and M. Hutter, “Evaluation of constrained reinforcement learning algorithms for legged locomotion,” 2023. [Online]. Available: https://arxiv.org/abs/2309.15430

  15. [24]

    Not only rewards but also constraints: Applications on legged robot locomotion,

    Y . Kim, H. Oh, J. Lee, J. Choi, G. Ji, M. Jung, D. Youm, and J. Hwangbo, “Not only rewards but also constraints: Applications on legged robot locomotion,”IEEE Transactions on Robotics, vol. 40, pp. 2984–3003, 2024

  16. [25]

    Learning- based legged locomotion: State of the art and future perspectives,

    S. Ha, J. Lee, M. Panne, Z. Xie, W. Yu, and M. Khadiv, “Learning- based legged locomotion: State of the art and future perspectives,”The International Journal of Robotics Research, 01 2025

  17. [26]

    Foot–terrain interaction mechanics for legged robots: Modeling and ex- perimental validation,

    L. Ding, H. Gao, Z. Deng, J. Song, Y . Liu, G. Liu, and K. Iagnemma, “Foot–terrain interaction mechanics for legged robots: Modeling and ex- perimental validation,”The International Journal of Robotics Research, vol. 32, no. 13, pp. 1585–1606, 2013

  18. [27]

    Optimization-based control for dynamic legged robots,

    P. M. Wensing, M. Posa, Y . Hu, A. Escande, N. Mansard, and A. D. Prete, “Optimization-based control for dynamic legged robots,”IEEE Transactions on Robotics, vol. 40, pp. 43–63, 2024

  19. [28]

    Concurrent training of a control policy and a state estimator for dynamic and robust legged locomotion,

    G. Ji, J. Mun, H. Kim, and J. Hwangbo, “Concurrent training of a control policy and a state estimator for dynamic and robust legged locomotion,” IEEE Robotics and Automation Letters, vol. 7, no. 2, pp. 4630–4637, 2022

  20. [29]

    State estimation for legged robots: Consistent fusion of leg kinematics and imu,

    M. Bloesch, M. Hutter, M. A. Hoepflinger, S. Leutenegger, C. Gehring, C. D. Remy, and R. Siegwart, “State estimation for legged robots: Consistent fusion of leg kinematics and imu,” 2013

  21. [30]

    Isaac gym: High performance gpu-based physics simulation for robot learning,

    V . Makoviychuk, L. Wawrzyniak, Y . Guo, M. Lu, K. Storey, M. Macklin, D. Hoeller, N. Rudin, A. Allshire, A. Handa, and G. State, “Isaac gym: High performance gpu-based physics simulation for robot learning,” 2021

  22. [31]

    Proximal policy optimization algorithms,

    J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov, “Proximal policy optimization algorithms,” 2017. [Online]. Available: https://arxiv.org/abs/1707.06347

  23. [32]

    Learning to walk in minutes using massively parallel deep reinforcement learning,

    N. Rudin, D. Hoeller, P. Reist, and M. Hutter, “Learning to walk in minutes using massively parallel deep reinforcement learning,” in5th Annual Conference on Robot Learning, 2021

  24. [33]

    The pinocchio c++ library – a fast and flexible implementation of rigid body dynamics algorithms and their analytical derivatives,

    J. Carpentier, G. Saurel, G. Buondonno, J. Mirabel, F. Lamiraux, O. Stasse, and N. Mansard, “The pinocchio c++ library – a fast and flexible implementation of rigid body dynamics algorithms and their analytical derivatives,” inIEEE International Symposium on System Integration...

  25. [34]

    qpOASES: A parametric active-set algorithm for quadratic programming,

    H. Ferreau, C. Kirches, A. Potschka, H. Bock, and M. Diehl, “qpOASES: A parametric active-set algorithm for quadratic programming,”Mathe- matical Programming Computation, vol. 6, no. 4, pp. 327–363, 2014

  26. [35]

    Mujoco: A physics engine for model-based control,

    E. Todorov, T. Erez, and Y . Tassa, “Mujoco: A physics engine for model-based control,” in2012 IEEE/RSJ International Conference on Intelligent Robots and Systems. IEEE, 2012, pp. 5026–5033

Pith tools

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