REVIEW 3 major objections 7 minor 34 references
Versatile Locomotion Skills for Hexapod Robots
T0 review · 3 major / 7 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read A simulation-only training pipeline gives a $600 hexapod robot vision-based skills to climb stairs, avoid obstacles, and squeeze under low objects in the physical world.
desk verdict Solid systems demo of vision-based hexapod skills, but the stair metric is average steps completed, not per-trial success, and the abstract overstates it. 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 central mechanism is a two-stage teacher-student distillation trained entirely in simulation. In phase 1, a reinforcement-learning teacher observes privileged information—a terrain elevation map plus joint feedback—and is rewarded with task-specific terms, including a distance-weighted obstacle penalty for avoidance and a body-to-obstacle/ground distance reward for squeezing; curriculum training gradually raises stair riser height and difficulty, obstacle density, and squeeze demands. In phase 2, supervised learning distills the teacher into a student that maps a 320×240 egocentric depth image and a VIO pose estimate directly to 18 joint angles, so the deployed robot needs no real-time joint-state feedback.
What would settle it
Record the robot's 18 joint-angle commands and VIO pose during a stair climb on a fresh 12-volt battery and replay the same depth-image inputs in the simulator: if the real joint trajectories diverge substantially from the simulated rollout, or if the stair success rate over ten trials falls well below the reported 6.0 to 7.6 average steps, the zero-shot sim-to-real claim is falsified.
Extended reading notes
Core claim
The central discovery is that a vision-based locomotion policy for a low-cost hexapod can be trained entirely in simulation and then deployed zero-shot on the physical robot without real-time joint-state feedback. The teacher policy, trained with privileged terrain elevation information and joint feedback, is distilled into a student policy whose only observations are a 320×240 egocentric depth image and a VIO pose estimate; the student directly outputs 18 joint angles. The paper demonstrates this recipe across three distinct tasks, with task-specific terrain construction, reward shaping, and camera orientation, and reports that the resulting behaviors generalize to unseen staircases, irregular obstacles, and tunnels of different lengths.
Load-bearing premise
The load-bearing premise is that the simulation's physics—especially the robot's servo-driven joints and contact dynamics—matches the real $600 robot closely enough that a policy trained only in simulated data transfers without any real-world fine-tuning.
Editorial extensions
If this is right
- If the result holds, perception-driven legged locomotion no longer requires expensive joint encoders and real-time control loops; a depth camera, VIO, and roughly $600 of hardware suffice for several practical tasks.
- The same two-stage recipe can be applied to new tasks by changing only the terrain, reward terms, and camera angle, which is the paper's stated path toward a single universal policy.
- The squeezing experiments show the controller can hold a crouched posture through a 129-centimeter tunnel and re-raise afterward, indicating the learned behavior is a sustained skill rather than a short transient.
- The avoidance policy's global-y deviation reward makes the robot return to its original heading after passing an obstacle, a behavior the manufacturer's baseline ultrasound avoidance does not exhibit.
- The stair-climbing policy transfers across three real staircases with different riser and tread dimensions, suggesting the learned controller is not overfit to one geometry.
Reading between the lines
- Beyond the paper: the three task policies require different camera pitches—30 degrees downward for stairs and avoidance, level for squeezing—so a single combined policy will likely need an actuated or switchable camera mount; the paper names this as future work.
- Beyond the paper: the reported sensitivity to battery voltage suggests that modeling servo voltage sag or randomized actuation delay in simulation could further close the sim-to-real gap, and that the measured success rates may be optimistic at nominal conditions only.
- Beyond the paper: the reward-shaping ideas—distance-weighted obstacle maps and body-clearance rewards—are not hexapod-specific and could transfer to other legged robots as generic shaping terms.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a two-stage teacher-student reinforcement learning method for training a low-cost hexapod robot (SpiderPi, ~$600) to perform three locomotive skills: stair climbing, obstacle avoidance, and squeezing under low obstacles. The teacher policy is trained in Isaac Gym with privileged observations (height maps, joint states) and is distilled into a student policy that uses only egocentric depth images and VIO pose. The authors deploy the student policy zero-shot on the physical robot and report physical experiments on three campus staircases, four obstacle-avoidance scenarios (including stationary and moving persons), and four squeezing configurations. Reported success rates range from 7/10 to 9/10 for avoidance and 85% to 100% for squeezing, while the stair experiments report average completed steps between 6.0/7.0 and 7.6/8.0 over 10 trials.
Significance. If the results are taken at face value, the paper demonstrates that a sub-thousand-dollar hexapod can use learned vision-based policies, trained entirely in simulation, to perform multiple real-world locomotion skills without real-time joint feedback. The physical experiments on real staircases, cluttered paths, and restrictive tunnels are the paper's main strength, and the teacher-student architecture is a sensible approach for handling the absence of joint-state feedback. The contribution is incremental over the authors' previous joist-climbing work, but extends the approach to three new skills and provides useful empirical evidence of zero-shot transfer. The paper is weakened by the misleading metric used for stair climbing and by the absence of uncertainty quantification across all experiments.
major comments (3)
- [Section IV.A, Table III, Abstract] The abstract and introduction state that the robot achieves 'high success rates' on stair climbing, but Table III does not report success rates. It reports the average number of stairs completed over 10 trials (e.g., 6.0/7.0 for Cory Hall). A trial in which the robot completes 6 of 7 steps and then falls or gets stuck is counted as 6/7, not as a failure, so the numbers cannot be interpreted as the fraction of trials that successfully climbed the entire staircase. This overstates the central claim. Please report the per-trial success count (e.g., number of fully successful trials out of 10) together with the distribution of completed steps, or at least the number of trials that reached the top, and adjust the abstract accordingly.
- [Section IV, Tables III-V] The physical experiments are presented without any measure of uncertainty. With only 10 trials per condition in Tables III and IV, and 10–20 in Table V, the differences between conditions (e.g., 7/10 vs. 9/10 in Table IV) are not statistically meaningful, and the average values in Table III are highly sensitive to the underlying trial distribution. The authors should provide per-trial data or at least binomial confidence intervals, and should avoid comparative statements such as 'Soda Hall has the highest success rate' (Section IV.A) unless they are supported by a statistical test.
- [Section III, Section IV.C] The central claim of zero-shot sim-to-real transfer is supported by the physical experiments, but the manuscript provides no quantitative description of the simulation-to-reality match: no comparison of simulated and real body trajectories, no actuator latency or servo model, and no details of the domain randomization presumably used in training (the related work cites domain randomization, but Section III does not specify any). The footnote in Section IV.C on battery voltage sensitivity indicates that unmodeled dynamics can degrade performance. To make the zero-shot claim reproducible and to characterize its limits, the authors should report the simulation parameters, randomization ranges, and any hardware-specific modeling (e.g., servo bandwidth, communication latency).
minor comments (7)
- [Section IV.A] The text says 'In Figure 5, Cory Hall and Soda Hall each had 7 steps' but the staircases are shown in Figure 6; the cross-reference should be corrected.
- [Table III] The name 'Sudardja' in Table III is spelled 'Sutardjai' in the text; use the correct spelling consistently.
- [Section III.C] The sentence 'Since Isaac Gym does not support floating terrains and requires everything to be grounded, we modified the code to construct terrains on vertices "in the air"' is awkward and potentially misleading; rephrase to clarify whether the modification was to Isaac Gym's terrain generation or to the height-map representation.
- [Section IV] The paper refers to 'video link' and 'this video link' without providing actual URLs or a supplementary material section; without these, the qualitative claims (e.g., the 15-step staircase with a landing, the baseline comparison in Section IV.A) cannot be verified.
- [References] Reference [1] is incomplete: it lists authors and a URL but no title or venue; this should be fixed.
- [Section IV.C] The battery-voltage sensitivity mentioned in the footnote is an important limitation that affects all three tasks; consider moving it into Section V (Limitations) so it is not easily overlooked.
- [Section IV.A] The comparison against the baseline 'walk' policy on stairs is described only qualitatively ('crashing down the stairs'); if this baseline is intended as a point of comparison, include at least a summary statistic to make the contrast explicit.
Circularity Check
No significant circularity found; the central sim-to-real claim is verified by physical experiments rather than derived from fitted inputs.
full rationale
The paper's central claim is empirical: a teacher-student policy trained exclusively in Isaac Gym transfers zero-shot to a $600 hexapod for stair climbing, obstacle avoidance, and squeezing, as evaluated in physical trials (Section IV, Tables III-V). This is not a derivation in which a predicted quantity is algebraically equivalent to an input by construction. The reward functions and terrain curricula in Section III shape the learned behavior, and some success metrics overlap with reward objectives (e.g., collision-free traversal mirrors the collision penalty), but this is objective alignment, not circular reasoning: the physical trials are external to the training loop and are not used to fit any parameter. The self-citations to the authors' prior work [2] define the teacher-student framework and the top twelve reward terms, but the present paper's physical transfer results stand independently of those citations, and no uniqueness theorem or unverified premise is imported exclusively from [2]. The stair metric in Table III reports average stairs completed per trial rather than per-trial success; this is a reporting and interpretability concern, not a circularity, and belongs in the correctness pass. No specific reduction of any claimed outcome to its own input was found, so the circularity score is 0.
Assumptions & free parameters
free parameters (7)
- Per-task reward weights (Table I) =
e.g., forward velocity weight 12, lateral velocity weight -11, global-y deviation -12 for stairs, collision penalty…
- Camera angle per task (Table II) =
30 degrees for stairs and avoidance, 0 degrees for squeezing
- Height map size and location per task (Table II) =
0.6 x 0.8 m at 0.3 m for stairs, 0.6 x 1.0 m at 0.6 m for avoidance, 0.6 x 0.8 m at 0 m for squeezing
- Stair curriculum schedule =
riser heights 4.5 to 18 cm, tread depths 30 to 18 cm
- Obstacle density curriculum =
density = (2 * level / total_levels) * density_final
- Squeezing obstacle heights =
37, 35, 33, 31 cm
- Weight vectors w1, w2, w3, w4 shapes =
triangular and ramp profiles over height-map cells
assumptions (5)
- domain assumption The Isaac Gym simulation, including URDF, contacts, and actuation, is faithful enough to the physical SpiderPi for zero-shot sim-to-real transfer.
- domain assumption The T265 VIO pose and L515 depth image provide sufficient observation for the student policy without joint feedback.
- domain assumption Position-controlled servos reach commanded angles accurately under load without closed-loop feedback.
- domain assumption The hand-designed reward functions encode the desired skills, including stairs, avoidance, and squeezing.
- domain assumption The privileged height-map representation is sufficient for learning the skills in phase 1.
Cite this review
Pith. "Pith review of Versatile Locomotion Skills for Hexapod Robots." pith.science (2026). https://pith.science/paper/45I6IEEI
@misc{pith2026241210628,
author = {Pith},
title = {Pith review of: Versatile Locomotion Skills for Hexapod Robots},
year = {2026},
howpublished = {\url{https://pith.science/paper/45I6IEEI}},
note = {Machine review of arXiv:2412.10628}
}
read the original abstract
Hexapod robots are potentially suitable for carrying out tasks in cluttered environments since they are stable, compact, and light weight. They also have multi-joint legs and variable height bodies that make them good candidates for tasks such as stairs climbing and squeezing under objects in a typical home environment or an attic. Expanding on our previous work on joist climbing in attics, we train a legged hexapod equipped with a depth camera and visual inertial odometry (VIO) to perform three tasks: climbing stairs, avoiding obstacles, and squeezing under obstacles such as a table. Our policies are trained with simulation data only and can be deployed on lowcost hardware not requiring real-time joint state feedback. We train our model in a teacher-student model with 2 phases: In phase 1, we use reinforcement learning with access to privileged information such as height maps and joint feedback. In phase 2, we use supervised learning to distill the model into one with access to only onboard observations, consisting of egocentric depth images and robot pose captured by a tracking VIO camera. By manipulating available privileged information, constructing simulation terrains, and refining reward functions during phase 1 training, we are able to train the robots with skills that are robust in non-ideal physical environments. We demonstrate successful sim-to-real transfer and achieve high success rates across all three tasks in physical experiments.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
- [1]
-
[2]
Per- ceptive hexapod legged locomotion for climbing joist environments,
Z. Zang, M. Kawawa-Beaudan, W. Yu, T. Zhang, and A. Zakhor, “Per- ceptive hexapod legged locomotion for climbing joist environments,” in 2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2023, pp. 2738–2745
work page 2023
-
[3]
Sim-to-real: Learning agile locomotion for quadruped robots,
J. Tan, T. Zhang, E. Coumans, A. Iscen, Y . Bai, D. Hafner, S. Bo- hez, and V . Vanhoucke, “Sim-to-real: Learning agile locomotion for quadruped robots,” 2018
2018
-
[4]
Legged locomotion in challenging terrains using egocentric vision,
A. Agarwal, A. Kumar, J. Malik, and D. Pathak, “Legged locomotion in challenging terrains using egocentric vision,” 2022
work page 2022
-
[5]
Oscar pistorius: The blade runner makes olympic history,
K. Paramaguru, “Oscar pistorius: The blade runner makes olympic history,” Jul 2012. [Online]. Available: https://olympics.time.com/ 2012/07/05/oscar-pistorius-the-blade-runner-makes-olympic-history/
work page 2012
-
[6]
Adaptive Locomotion Control of a Hexapod Robot via Bio-Inspired Learning,
W. Ouyang, H. Chi, J. Pang, W. Liang, and Q. Ren, “Adaptive Locomotion Control of a Hexapod Robot via Bio-Inspired Learning,” Frontiers in Neurorobotics , vol. 15, p. 627157, Jan. 2021. [Online]. Available: https://www.frontiersin.org/articles/10.3389/fnbot. 2021.627157/full
arXiv 2021
-
[7]
How to train your robot with deep reinforcement learning: lessons we have learned,
J. Ibarz, J. Tan, C. Finn, M. Kalakrishnan, P. Pastor, and S. Levine, “How to train your robot with deep reinforcement learning: lessons we have learned,” The International Journal of Robotics Research , vol. 40, no. 4-5, pp. 698–721, Apr. 2021. [Online]. Available: http://journals.sagepub.com/doi/10.1177/0278364920987859
-
[8]
Sim-to-real via latent prediction: Transferring visual non-prehensile manipulation policies,
C. Rizzardo, F. Chen, and D. Caldwell, “Sim-to-real via latent prediction: Transferring visual non-prehensile manipulation policies,” Frontiers in Robotics and AI , vol. 9, p. 1067502, Jan. 2023. [Online]. Available: https://www.frontiersin.org/articles/10.3389/frobt. 2022.1067502/full
arXiv 2023
Show all 34 references
-
[9]
Learning for a Robot: Deep Reinforcement Learning, Imitation Learning, Transfer Learning,
J. Hua, L. Zeng, G. Li, and Z. Ju, “Learning for a Robot: Deep Reinforcement Learning, Imitation Learning, Transfer Learning,” Sensors, vol. 21, no. 4, p. 1278, Feb. 2021. [Online]. Available: https://www.mdpi.com/1424-8220/21/4/1278
2021
-
[10]
Sim-to-Real: Learning Agile Locomotion For Quadruped Robots,
J. Tan, T. Zhang, E. Coumans, A. Iscen, Y . Bai, D. Hafner, S. Bohez, and V . Vanhoucke, “Sim-to-Real: Learning Agile Locomotion For Quadruped Robots,” May 2018, arXiv:1804.10332 [cs]. [Online]. Available: http://arxiv.org/abs/1804.10332
2018 arXiv
-
[11]
Sim-to-Real Transfer in Deep Reinforcement Learning for Robotics: a Survey,
W. Zhao, J. P. Queralta, and T. Westerlund, “Sim-to-Real Transfer in Deep Reinforcement Learning for Robotics: a Survey,” in 2020 IEEE Symposium Series on Computational Intelligence (SSCI) . Canberra, ACT, Australia: IEEE, Dec. 2020, pp. 737–744. [Online]. Available: https://i...
2020
-
[12]
DROPO: Sim-to-real transfer with offline domain randomization,
G. Tiboni, K. Arndt, and V . Kyrki, “DROPO: Sim-to-real transfer with offline domain randomization,” Robotics and Autonomous Systems, vol. 166, p. 104432, Aug. 2023. [Online]. Available: https://linkinghub.elsevier.com/retrieve/pii/S0921889023000714
2023
-
[13]
Deep reinforcement learning for modeling human locomotion control in neuromechanical simulation,
S. Song, L. Kidzinski, X. B. Peng, C. Ong, J. Hicks, S. Levine, C. G. Atkeson, and S. L. Delp, “Deep reinforcement learning for modeling human locomotion control in neuromechanical simulation,” Journal of NeuroEngineering and Rehabilitation , vol. 18, no. 1, p. 126, Aug
-
[14]
Deep Reinforcement Learning for Snake Robot Locomotion,
J. Shi, T. Dear, and S. D. Kelly, “Deep Reinforcement Learning for Snake Robot Locomotion,” IFAC-PapersOnLine, vol. 53, no. 2, pp. 9688–9695, 2020. [Online]. Available: https://linkinghub.elsevier. com/retrieve/pii/S2405896320333772
2020
-
[15]
Model-free reinforcement learning for robust locomotion using demonstrations from trajectory optimization,
M. Bogdanovic, M. Khadiv, and L. Righetti, “Model-free reinforcement learning for robust locomotion using demonstrations from trajectory optimization,” Frontiers in Robotics and AI, vol. 9, p. 854212, Aug. 2022. [Online]. Available: https://www.frontiersin.org/articles/10.3389...
2022
-
[16]
Learning and Reusing Quadruped Robot Movement Skills from Biological Dogs for Higher-Level Tasks,
Q. Wan, A. Luo, Y . Meng, C. Zhang, W. Chi, S. Zhang, Y . Liu, Q. Zhu, S. Kong, and J. Yu, “Learning and Reusing Quadruped Robot Movement Skills from Biological Dogs for Higher-Level Tasks,” Sensors, vol. 24, no. 1, p. 28, Dec. 2023. [Online]. Available: https://www.mdpi.com/1...
2023
-
[17]
Robot Parkour Learning,
Z. Zhuang, Z. Fu, J. Wang, C. Atkeson, S. Schwertfeger, C. Finn, and H. Zhao, “Robot Parkour Learning,” Sep. 2023, arXiv:2309.05665 [cs]. [Online]. Available: http://arxiv.org/abs/2309.05665
2023 arXiv
-
[18]
ViNL: Visual Navigation and Locomotion Over Obstacles,
S. Kareer, N. Yokoyama, D. Batra, S. Ha, and J. Truong, “ViNL: Visual Navigation and Locomotion Over Obstacles,” Oct. 2023, arXiv:2210.14791 [cs]. [Online]. Available: http://arxiv.org/abs/2210. 14791
2023 arXiv
-
[19]
Visual-Locomotion: Learning to Walk on Complex Terrains with Vision
W. Yu, D. Jain, A. Escontrela, A. Iscen, P. Xu, E. Coumans, S. Ha, J. Tan, and T. Zhang, “Visual-Locomotion: Learning to Walk on Complex Terrains with Vision.”
-
[20]
The dynamic window approach to collision avoidance,
D. Fox, W. Burgard, and S. Thrun, “The dynamic window approach to collision avoidance,” IEEE Robotics Automation Magazine , vol. 4, no. 1, pp. 23–33, 1997
1997
-
[21]
Reinforcement learning-based dynamic obstacle avoidance and integration of path planning,
J. Choi, G. Lee, and C. Lee, “Reinforcement learning-based dynamic obstacle avoidance and integration of path planning,” Intelligent Service Robotics , vol. 14, no. 5, pp. 663–677, Nov. 2021. [Online]. Available: https://link.springer.com/10.1007/s11370-021-00387-2
2021 doi
-
[22]
Enhanced method for reinforcement learning based dynamic obstacle avoidance by assessment of collision risk,
F. Hart and O. Okhrin, “Enhanced method for reinforcement learning based dynamic obstacle avoidance by assessment of collision risk,” Neurocomputing, vol. 568, p. 127097, Feb. 2024. [Online]. Available: https://linkinghub.elsevier.com/retrieve/pii/S0925231223012201
2024
-
[23]
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, Oct. 2020. [Online]. Available: http: //dx.doi.org/10.1126/scirobotics.abc5986
2020 doi
-
[24]
Rma: Rapid motor adaptation for legged robots,
A. Kumar, Z. Fu, D. Pathak, and J. Malik, “Rma: Rapid motor adaptation for legged robots,” 2021
2021
-
[25]
Reinforcement Learning-Based Reactive Obstacle Avoidance Method for Redundant Manipulators,
Y . Shen, Q. Jia, Z. Huang, R. Wang, J. Fei, and G. Chen, “Reinforcement Learning-Based Reactive Obstacle Avoidance Method for Redundant Manipulators,” Entropy, vol. 24, no. 2, p. 279, Feb
-
[26]
An obstacle avoidance- specific reinforcement learning method based on fuzzy attention mechanism and heterogeneous graph neural networks,
F. Zhang, C. Xuan, and H.-K. Lam, “An obstacle avoidance- specific reinforcement learning method based on fuzzy attention mechanism and heterogeneous graph neural networks,” Engineering Applications of Artificial Intelligence , vol. 130, p. 107764, Apr
-
[27]
Overcoming Obstacles With a Reconfigurable Robot Using Reinforcement Learning,
L. Yehezkel, S. Berman, and D. Zarrouk, “Overcoming Obstacles With a Reconfigurable Robot Using Reinforcement Learning,” IEEE Access, vol. 8, pp. 217 541–217 553, 2020. [Online]. Available: https://ieeexplore.ieee.org/document/9272763/
2020
-
[28]
Virtual Robot Climbing using Reinforcement Learning,
U. Garg, “Virtual Robot Climbing using Reinforcement Learning,” Master of Science, San Jose State University, San Jose, CA, USA, Dec. 2018. [Online]. Available: https://scholarworks.sjsu.edu/ etd projects/658
2018
-
[29]
Blind Bipedal Stair Traversal via Sim-to-Real Reinforcement Learning,
J. Siekmann, K. Green, J. Warila, A. Fern, and J. Hurst, “Blind Bipedal Stair Traversal via Sim-to-Real Reinforcement Learning,” in Robotics: Science and Systems XVII . Robotics: Science and Systems Foundation, Jul. 2021. [Online]. Available: http://www.roboticsproceedings.org...
2021
-
[30]
Reinforcement Learning Based, Staircase Negotiation Learning: Simulation and Transfer to Reality for Articulated Tracked Robots,
A. Mitriakov, P. Papadakis, J. Kerdreux, and S. Garlatti, “Reinforcement Learning Based, Staircase Negotiation Learning: Simulation and Transfer to Reality for Articulated Tracked Robots,” IEEE Robotics Automation Magazine , vol. 28, no. 4, pp. 10–20, Dec. 2021. [Online]. Avai...
2021
-
[31]
Staircase Traversal via Reinforcement Learning for Active Reconfiguration of Assistive Robots,
A. Mitriakov, P. Papadakis, S. Mai Nguyen, and S. Garlatti, “Staircase Traversal via Reinforcement Learning for Active Reconfiguration of Assistive Robots,” in 2020 IEEE International Conference on Fuzzy Systems (FUZZ-IEEE) . Glasgow, United Kingdom: IEEE, Jul. 2020, pp. 1–8. ...
2020
-
[2021]
Available: https://jneuroengrehab.biomedcentral.com/ articles/10.1186/s12984-021-00919-y
[Online]. Available: https://jneuroengrehab.biomedcentral.com/ articles/10.1186/s12984-021-00919-y
-
[2022]
Available: https://www.mdpi.com/1099-4300/24/2/279
[Online]. Available: https://www.mdpi.com/1099-4300/24/2/279
-
[2024]
Available: https://linkinghub.elsevier.com/retrieve/pii/ S0952197623019486
[Online]. Available: https://linkinghub.elsevier.com/retrieve/pii/ S0952197623019486
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.