paper-with-me

홈 › Papers

Reinforcement Learning with Evolutionary Trajectory Generator: A General Approach for Quadrupedal Locomotion

2021-09-14 · Haojie Shi, Bo Zhou, Hongsheng Zeng, Fan Wang, Yueqiang Dong, Jiangyong Li, Kang Wang, Hao Tian, Max Q. -H. Meng

Recently reinforcement learning (RL) has emerged as a promising approach for quadrupedal locomotion, which can save the manual effort in conventional approaches such as designing skill-specific controllers. However, due to the complex nonlinear dynamics in quadrupedal robots and reward sparsity, it is still difficult for RL to learn effective gaits from scratch, especially in challenging tasks such as walking over the balance beam. To alleviate such difficulty, we propose a novel RL-based approach that contains an evolutionary foot trajectory generator. Unlike prior methods that use a fixed trajectory generator, the generator continually optimizes the shape of the output trajectory for the given task, providing diversified motion priors to guide the policy learning. The policy is trained with reinforcement learning to output residual control signals that fit different gaits. We then optimize the trajectory generator and policy network alternatively to stabilize the training and share the exploratory data to improve sample efficiency. As a result, our approach can solve a range of challenging tasks in simulation by learning from scratch, including walking on a balance beam and crawling through the cave. To further verify the effectiveness of our approach, we deploy the controller learned in the simulation on a 12-DoF quadrupedal robot, and it can successfully traverse challenging scenarios with efficient gaits.

📄 PDF Abstract BibTeX arXiv:2109.06409

Code (1)

PaddlePaddle/PaddleRobotics 공식 구현 paddle

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Policies Modulating Trajectory Generators

2019-10-07 · Atil Iscen, Ken Caluwaerts, Jie Tan, Tingnan Zhang 외

We propose an architecture for learning complex controllable behaviors by having simple Policies Modulate Trajectory Generators (PMTG), a powerful combination that can provide both memory and prior knowledge to the contr…

Deep Reinforcement LearningReinforcement Learning

MULE: Multi-terrain and Unknown Load Adaptation for Effective Quadrupedal Locomotion

2025-05-01 · Vamshi Kumar Kurva, Shishir Kolathaya

Quadrupedal robots are increasingly deployed for load-carrying tasks across diverse terrains. While Model Predictive Control (MPC)-based methods can account for payload variations, they often depend on predefined gait sc…

Model Predictive ControlReinforcement Learning (RL)

PM-FSM: Policies Modulating Finite State Machine for Robust Quadrupedal Locomotion

2021-09-26 · Ren Liu, Nitish Sontakke, Sehoon Ha

Deep reinforcement learning (deep RL) has emerged as an effective tool for developing controllers for legged robots. However, vanilla deep RL often requires a tremendous amount of training samples and is not feasible for…

Deep Reinforcement LearningManagement

Integrating Trajectory Optimization and Reinforcement Learning for Quadrupedal Jumping with Terrain-Adaptive Landing

2025-09-16 · Renjie Wang, Shangke Lyu, Xin Lang, Wei Xiao 외 arxiv

Jumping constitutes an essential component of quadruped robots' locomotion capabilities, which includes dynamic take-off and adaptive landing. Existing quadrupedal jumping studies mainly focused on the stance and flight …

Reinforcement Learning

Reinforcement Learning on Cost-Constrained Quadrupedal Hardware

2026-07-29 · Javier C. Weddington, Bence P. Ölveczky, Stephen A. Baccus arxiv

Deploying learned control policies on low-cost robotic platforms introduces transport latencies and noisy motor feedback that systematically widens the sim-to-real gap. The chasm of simulation to deployment in hardware l…

Reinforcement Learning