paper-with-me

Papers

Teach Biped Robots to Walk via Gait Principles and Reinforcement Learning with Adversarial Critics

2019-10-22 · Kuangen Zhang, Zhimin Hou, Clarence W. de Silva, Haoyong Yu, Chenglong Fu

Controlling a biped robot to walk stably is a challenging task considering its nonlinearity and hybrid dynamics. Reinforcement learning can address these issues by directly mapping the observed states to optimal actions that maximize the cumulative reward. However, the local minima caused by unsuitable rewards and the overestimation of the cumulative reward impede the maximization of the cumulative reward. To increase the cumulative reward, this paper designs a gait reward based on walking principles, which compensates the local minima for unnatural motions. Besides, an Adversarial Twin Delayed Deep Deterministic (ATD3) policy gradient algorithm with a recurrent neural network (RNN) is proposed to further boost the cumulative reward by mitigating the overestimation of the cumulative reward. Experimental results in the Roboschool Walker2d and Webots Atlas simulators indicate that the test rewards increase by 23.50% and 9.63% after adding the gait reward. The test rewards further increase by 15.96% and 12.68% after using the ATD3_RNN, and the reason may be that the ATD3_RNN decreases the error of estimating cumulative reward from 19.86% to 3.35%. Besides, the cosine kinetic similarity between the human and the biped robot trained by the gait reward and ATD3_RNN increases by over 69.23%. Consequently, the designed gait reward and ATD3_RNN boost the cumulative reward and teach biped robots to walk better.

📄 PDF Abstract BibTeX arXiv:1910.10194

Code (1)

KuangenZhang/ATD3 공식 구현 pytorch

Tasks

Reinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Models of benthic bipedalism

2020-09-02 · F. Giardina, L. Mahadevan

Walking is a common bipedal and quadrupedal gait and is often associated with terrestrial and aquatic organisms. Inspired by recent evidence of the neural underpinnings of primitive aquatic walking in the little skate Le…

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

Bipedal-Walking-Dynamics Model on Granular Terrains

2026-04-13 · Xunjie Chen, Xinyan Huang, Peter Shan, Jingang Yi 외 arxiv

Bipeds have demonstrated high agility and mobility in unstructured environments such as sand. The yielding of such granular media brings significant sinkage and slip of the bipedal feet, leading to uncertainty and instab…

Preference-Based Learning for User-Guided HZD Gait Generation on Bipedal Walking Robots

2020-11-10 · Maegan Tucker, Noel Csomay-Shanklin, Wen-Loong Ma, Aaron D. Ames

This paper presents a framework that leverages both control theory and machine learning to obtain stable and robust bipedal locomotion without the need for manual parameter tuning. Traditionally, gaits are generated thro…

Human Gait State Prediction Using Cellular Automata and Classification Using ELM

2021-05-08 · Vijay Bhaskar Semwal, Neha Gaud, G. C. Nandi

In this research article, we have reported periodic cellular automata rules for different gait state prediction and classification of the gait data using extreme machine Leaning (ELM). This research is the first attempt …