paper-with-me

홈 › Papers

Learning to Walk with Less: a Dyna-Style Approach to Quadrupedal Locomotion

2025-09-08 · Francisco Affonso, Felipe Andrade G. Tommaselli, Juliano Negri, Vivian S. Medeiros, Mateus V. Gasparino, Girish Chowdhary, Marcelo Becker arxiv

Traditional RL-based locomotion controllers often suffer from low data efficiency, requiring extensive interaction to achieve robust performance. We present a model-based reinforcement learning (MBRL) framework that improves sample efficiency for quadrupedal locomotion by appending synthetic data to the end of standard rollouts in PPO-based controllers, following the Dyna-Style paradigm. A predictive model, trained alongside the policy, generates short-horizon synthetic transitions that are gradually integrated using a scheduling strategy based on the policy update iterations. Through an ablation study, we identified a strong correlation between sample efficiency and rollout length, which guided the design of our experiments. We validated our approach in simulation on the Unitree Go1 robot and showed that replacing part of the simulated steps with synthetic ones not only mimics extended rollouts but also improves policy return and reduces variance. Finally, we demonstrate that this improvement transfers to the ability to track a wide range of locomotion commands using fewer simulated steps.

📄 PDF Abstract BibTeX arXiv:2509.06296

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Learning to Walk by Steering: Perceptive Quadrupedal Locomotion in Dynamic Environments

2022-09-19 · Mingyo Seo, Ryan Gupta, Yifeng Zhu, Alexy Skoutnev 외

We tackle the problem of perceptive locomotion in dynamic environments. In this problem, a quadrupedal robot must exhibit robust and agile walking behaviors in response to environmental clutter and moving obstacles. We p…

Decision MakingImitation LearningReinforcement Learning (RL)

Vibration of Soft, Twisted Beams for Under-Actuated Quadrupedal Locomotion

2025-07-03 · Yuhao Jiang, Fuchen Chen, Jamie Paik, Daniel M. Aukes arxiv

Under-actuated compliant robotic systems offer a promising approach to mitigating actuation and control challenges by harnessing pre-designed, embodied dynamic behaviors. This paper presents Flix-Walker, a novel, untethe…

The Surprising Effectiveness of Linear Models for Whole-Body Model-Predictive Control

2025-09-22 · Arun L. Bishop, Juan Alvarez-Padilla, Sam Schoedel, Ibrahima Sory Sow 외 arxiv

When do locomotion controllers require reasoning about nonlinearities? In this work, we show that a whole-body model-predictive controller using a simple linear time-invariant approximation of the whole-body dynamics is …

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

2021-09-14 · Haojie Shi, Bo Zhou, Hongsheng Zeng, Fan Wang 외

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 …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Fast and Efficient Locomotion via Learned Gait Transitions

2021-04-09 · Yuxiang Yang, Tingnan Zhang, Erwin Coumans, Jie Tan 외

We focus on the problem of developing energy efficient controllers for quadrupedal robots. Animals can actively switch gaits at different speeds to lower their energy consumption. In this paper, we devise a hierarchical …