paper-with-me

Papers

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 sub-domains such as supervised learning, imitation learning and reinforcement learning to achieve autonomous control and intelligent decision making. Amongst many complex control problems, stable bipedal walking has been the most challenging problem. In this paper, we present an architecture to design and simulate a planar bipedal walking robot(BWR) using a realistic robotics simulator, Gazebo. The robot demonstrates successful walking behaviour by learning through several of its trial and errors, without any prior knowledge of itself or the world dynamics. The autonomous walking of the BWR is achieved using reinforcement learning algorithm called Deep Deterministic Policy Gradient(DDPG). DDPG is one of the algorithms for learning controls in continuous action spaces. After training the model in simulation, it was observed that, with a proper shaped reward function, the robot achieved faster walking or even rendered a running gait with an average speed of 0.83 m/s. The gait pattern of the bipedal walker was compared with the actual human walking pattern. The results show that the bipedal walking pattern had similar characteristics to that of a human walking pattern. The video presenting our experiment is available at https://goo.gl/NHXKqR.

📄 PDF Abstract BibTeX arXiv:1807.05924

Code (3)

nav74neet/ddpg4biped tf
nav74neet/ddpg_biped tf
nav74neet/rl4biped tf

Tasks

BIG-bench Machine LearningDecision MakingImitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Weight Decay 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Adam 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음

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 …

Learning Bipedal Walking for Humanoid Robots in Challenging Environments with Obstacle Avoidance

2024-09-25 · Marwan Hamze, Mitsuharu Morisawa, Eiichi Yoshida

Deep reinforcement learning has seen successful implementations on humanoid robots to achieve dynamic walking. However, these implementations have been so far successful in simple environments void of obstacles. In this …

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

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)

Adapting Rapid Motor Adaptation for Bipedal Robots

2022-05-30 · Ashish Kumar, Zhongyu Li, Jun Zeng, Deepak Pathak 외

Recent advances in legged locomotion have enabled quadrupeds to walk on challenging terrains. However, bipedal robots are inherently more unstable and hence it's harder to design walking controllers for them. In this wor…

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