paper-with-me

Papers

Learning Bipedal Walking for Humanoids with Current Feedback

2023-03-07 · Rohan Pratap Singh, Zhaoming Xie, Pierre Gergondet, Fumio Kanehiro

Recent advances in deep reinforcement learning (RL) based techniques combined with training in simulation have offered a new approach to developing robust controllers for legged robots. However, the application of such approaches to real hardware has largely been limited to quadrupedal robots with direct-drive actuators and light-weight bipedal robots with low gear-ratio transmission systems. Application to real, life-sized humanoid robots has been less common arguably due to a large sim2real gap. In this paper, we present an approach for effectively overcoming the sim2real gap issue for humanoid robots arising from inaccurate torque-tracking at the actuator level. Our key idea is to utilize the current feedback from the actuators on the real robot, after training the policy in a simulation environment artificially degraded with poor torque-tracking. Our approach successfully trains a unified, end-to-end policy in simulation that can be deployed on a real HRP-5P humanoid robot to achieve bipedal locomotion. Through ablations, we also show that a feedforward policy architecture combined with targeted dynamics randomization is sufficient for zero-shot sim2real success, thus eliminating the need for computationally expensive, memory-based network architectures. Finally, we validate the robustness of the proposed RL policy by comparing its performance against a conventional model-based controller for walking on uneven terrain with the real robot.

📄 PDF Abstract BibTeX arXiv:2303.03724

Code (1)

rohanpsingh/learninghumanoidwalking 공식 구현 pytorch

Tasks

Deep Reinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Learning Linear Policies for Robust Bipedal Locomotion on Terrains with Varying Slopes

2021-04-04 · Lokesh Krishna, Utkarsh A. Mishra, Guillermo A. Castillo, Ayonga Hereid 외

In this paper, with a view toward deployment of light-weight control frameworks for bipedal walking robots, we realize end-foot trajectories that are shaped by a single linear feedback policy. We learn this policy via a …

Hybrid Zero Dynamics Inspired Feedback Control Policy Design for 3D Bipedal Locomotion using Reinforcement Learning

2019-10-03 · Guillermo A. Castillo, Bowen Weng, Wei zhang, Ayonga Hereid

This paper presents a novel model-free reinforcement learning (RL) framework to design feedback control policies for 3D bipedal walking. Existing RL algorithms are often trained in an end-to-end manner or rely on prior k…

Reinforcement LearningReinforcement Learning (RL)

Bipedal Walking Robot using Deep Deterministic Policy Gradient

2018-07-16 · Arun Kumar, Navneet Paul, S. N. Omkar

Machine learning algorithms have found several applications in the field of robotics and control systems. The control systems community has started to show interest towards several machine learning algorithms from the su…

BIG-bench Machine LearningDecision MakingImitation Learningreinforcement-learning+2

Stable Walking for Bipedal Locomotion under Foot-Slip via Virtual Nonholonomic Constraints

2026-03-30 · Leonardo Colombo, Álvaro Rodríguez Abella, Alexandre Anahory Simoes, Anthony Bloch arxiv

Foot slip is a major source of instability in bipedal locomotion on low-friction or uncertain terrain. Standard control approaches typically assume no-slip contact and therefore degrade when slip occurs. We propose a con…

Autonomous Navigation of Underactuated Bipedal Robots in Height-Constrained Environments

2021-09-13 · Zhongyu Li, Jun Zeng, Shuxiao Chen, Koushil Sreenath

Navigating a large-scaled robot in unknown and cluttered height-constrained environments is challenging. Not only is a fast and reliable planning algorithm required to go around obstacles, the robot should also be able t…

Autonomous NavigationTrajectory Planning