paper-with-me

홈 › Papers

TransCurriculum: Multi-Dimensional Curriculum Learning for Fast & Stable Locomotion

2026-03-14 · Prakhar Mishra, Amir Hossain Raj, Xuesu Xiao, Dinesh Manocha arxiv

High-speed legged locomotion struggles with stability and transfer losses at higher command velocities during deployment. One reason is that most curricula vary difficulty along single axis, for example increase the range of command velocities, terrain difficulty, or domain parameters (e.g. friction or payload mass) using either fixed update rule or instantaneous rewards while ignoring how the history of robot training has evolved. We propose TransCurriculum, a transformer-based multi-dimensional curriculum learning approach for agile quadrupedal locomotion. TransCurriculum adapts to 3 axes, velocity command targets, terrain difficulty, and domain randomization parameters (friction and payload mass). Rather than feeding task reward history directly into the low-level control policy, our formulation exploits it at the curriculum level. A transformer-based teacher retrieves the sequence of rewards and uses it to predict future rewards, success rate, and learning progress to guide expansion of this multidimensional curriculum towards high performing task bins. Finally we validate our approach on the Unitree Go1 robot in simulation (Isaac Gym) and deploy it zero-shot on Go1 hardware. Our TransCurriculum policy achieves a maximum velocity of 6.3 m/s in simulation and outperforms prior curriculum baselines. We tested our TransCurriculum trained policy on terrains (carpets, slopes, tiles, concrete), achieving a forward velocity of 4.1 m/s on carpet surpassing the fastest curriculum methods by 18.8% and achieves maximum zero-shot value among all tested methods. Our multi-dimensional curriculum also reduces the transfer loss to 18% from 27% for command only curriculum, demonstrating the benefits of joint training over velocity, terrain and domain randomization dimension while keeping the task success rate of 80-90% on rigid indoor and outdoor surfaces.

📄 PDF Abstract BibTeX arXiv:2603.14156

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Discrete Meanflow Training Curriculum

2026-04-10 · Chia-Hong Hsu, Frank Wood arxiv

Flow-based image generative models exhibit stable training and produce high quality samples when using multi-step sampling procedures. One-step generative models can produce high quality image samples but can be difficul…

Self Paced Gaussian Contextual Reinforcement Learning

2026-03-24 · Mohsen Sahraei Ardakani, Rui Song arxiv

Curriculum learning improves reinforcement learning (RL) efficiency by sequencing tasks from simple to complex. However, many self-paced curriculum methods rely on computationally expensive inner-loop optimizations, limi…

Reinforcement Learning

A Competence-aware Curriculum for Visual Concepts Learning via Question Answering

2020-07-03 · ECCV 2020 8 · Qing Li, Siyuan Huang, Yining Hong, Song-Chun Zhu

Humans can progressively learn visual concepts from easy to hard questions. To mimic this efficient learning ability, we propose a competence-aware curriculum for visual concept learning in a question-answering manner. S…

Question Answering

Learning Curriculum Policies for Reinforcement Learning

2018-12-01 · Sanmit Narvekar, Peter Stone

Curriculum learning in reinforcement learning is a training methodology that seeks to speed up learning of a difficult target task, by first training on a series of simpler tasks and transferring the knowledge acquired t…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

2D-Curri-DPO: Two-Dimensional Curriculum Learning for Direct Preference Optimization

2025-04-10 · Mengyang Li, Zhong Zhang

Aligning large language models with human preferences is crucial for their safe deployment. While Direct Preference Optimization (DPO) offers an efficient alternative to reinforcement learning from human feedback, tradit…

Model Optimization