paper-with-me

홈 › Papers

Sim-to-Real Transfer for Quadrupedal Locomotion via Terrain Transformer

2022-12-15 · Hang Lai, Weinan Zhang, Xialin He, Chen Yu, Zheng Tian, Yong Yu, Jun Wang

Deep reinforcement learning has recently emerged as an appealing alternative for legged locomotion over multiple terrains by training a policy in physical simulation and then transferring it to the real world (i.e., sim-to-real transfer). Despite considerable progress, the capacity and scalability of traditional neural networks are still limited, which may hinder their applications in more complex environments. In contrast, the Transformer architecture has shown its superiority in a wide range of large-scale sequence modeling tasks, including natural language processing and decision-making problems. In this paper, we propose Terrain Transformer (TERT), a high-capacity Transformer model for quadrupedal locomotion control on various terrains. Furthermore, to better leverage Transformer in sim-to-real scenarios, we present a novel two-stage training framework consisting of an offline pretraining stage and an online correction stage, which can naturally integrate Transformer with privileged training. Extensive experiments in simulation demonstrate that TERT outperforms state-of-the-art baselines on different terrains in terms of return, energy consumption and control smoothness. In further real-world validation, TERT successfully traverses nine challenging terrains, including sand pit and stair down, which can not be accomplished by strong baselines.

📄 PDF Abstract BibTeX arXiv:2212.07740

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDeep Reinforcement LearningSand

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Learning Vision-Guided Quadrupedal Locomotion End-to-End with Cross-Modal Transformers

2021-07-08 · ICLR 2022 4 · Ruihan Yang, Minghao Zhang, Nicklas Hansen, Huazhe Xu 외

We propose to address quadrupedal locomotion tasks using Reinforcement Learning (RL) with a Transformer-based model that learns to combine proprioceptive information and high-dimensional depth sensor inputs. While learni…

Reinforcement Learning (RL)

Toward Reliable Sim-to-Real Predictability for MoE-based Robust Quadrupedal Locomotion

2026-01-31 · Tianyang Wu, Hanwei Guo, Yuhang Wang, Junshu Yang 외 arxiv

Reinforcement learning has shown strong promise for quadrupedal agile locomotion, even with proprioception-only sensing. In practice, however, sim-to-real gap and reward overfitting in complex terrains can produce polici…

Reinforcement Learning

TRANS: Terrain-aware Reinforcement Learning for Agile Navigation of Quadruped Robots under Social Interactions

2026-02-13 · Wei Zhu, Irfan Tito Kurniawan, Ye Zhao, Mitsuhiro Hayashibe arxiv

This study introduces TRANS: Terrain-aware Reinforcement learning for Agile Navigation under Social interactions, a deep reinforcement learning (DRL) framework for quadrupedal social navigation over unstructured terrains…

Reinforcement LearningMotion Planning

Dynamics Aware Quadrupedal Locomotion via Intrinsic Dynamics Head

2026-05-02 · Aman Arora, Nalini Ratha arxiv

Quadrupedal locomotion plays a critical role in enabling agile, versatile movement across complex terrains. Understanding and estimating the underlying physical dynamics are essential for achieving efficient and stable q…

Learning Locomotion on Complex Terrain for Quadrupedal Robots with Foot Position Maps and Stability Rewards

2026-04-03 · Matthew Hwang, Yubin Liu, Ryo Hakoda, Takeshi Oishi arxiv

Quadrupedal locomotion over complex terrain has been a long-standing research topic in robotics. While recent reinforcement learning-based locomotion methods improve generalizability and foot-placement precision, they re…

Reinforcement Learning