paper-with-me

홈 › Papers

Learning to Walk in Minutes Using Massively Parallel Deep Reinforcement Learning

2021-09-24 · Nikita Rudin, David Hoeller, Philipp Reist, Marco Hutter

In this work, we present and study a training set-up that achieves fast policy generation for real-world robotic tasks by using massive parallelism on a single workstation GPU. We analyze and discuss the impact of different training algorithm components in the massively parallel regime on the final policy performance and training times. In addition, we present a novel game-inspired curriculum that is well suited for training with thousands of simulated robots in parallel. We evaluate the approach by training the quadrupedal robot ANYmal to walk on challenging terrain. The parallel approach allows training policies for flat terrain in under four minutes, and in twenty minutes for uneven terrain. This represents a speedup of multiple orders of magnitude compared to previous work. Finally, we transfer the policies to the real robot to validate the approach. We open-source our training code to help accelerate further research in the field of learned legged locomotion.

📄 PDF Abstract BibTeX arXiv:2109.11978

Code (5)

SimarKareer/legged_gym pytorch
eth-pbl/elmap-rl-controller pytorch
leggedrobotics/legged_gym pytorch
leggedrobotics/rsl_rl pytorch
mit-biomimetics/orcagym pytorch

Tasks

Deep Reinforcement LearningGPUreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Practical Massively Parallel Monte-Carlo Tree Search Applied to Molecular Design

2020-06-18 · ICLR 2021 1 · Xiufeng Yang, Tanuj Kr Aasawat, Kazuki Yoshizoe

It is common practice to use large computational resources to train neural networks, as is known from many examples, such as reinforcement learning applications. However, while massively parallel computing is often used …

Combinatorial OptimizationCPU

Learning Sim-to-Real Humanoid Locomotion in 15 Minutes

2025-12-01 · Younggyo Seo, Carmelo Sferrazza, Juyue Chen, Guanya Shi 외 arxiv

Massively parallel simulation has reduced reinforcement learning (RL) training time for robots from days to minutes. However, achieving fast and reliable sim-to-real RL for humanoid control remains difficult due to the c…

Reinforcement Learning

A Walk in the Park: Learning to Walk in 20 Minutes With Model-Free Reinforcement Learning

2022-08-16 · Laura Smith, Ilya Kostrikov, Sergey Levine

Deep reinforcement learning is a promising approach to learning policies in uncontrolled environments that do not require domain knowledge. Unfortunately, due to sample inefficiency, deep RL applications have primarily f…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

MO-Playground: Massively Parallelized Multi-Objective Reinforcement Learning for Robotics

2026-03-10 · Neil Janwani, Ellen Novoseller, Vernon J. Lawhern, Maegan Tucker arxiv

Multi-objective reinforcement learning (MORL) is a powerful tool to learn Pareto-optimal policy families across conflicting objectives. However, unlike traditional RL algorithms, existing MORL algorithms do not effective…

Reinforcement Learning

Kamino: GPU-based Massively Parallel Simulation of Multi-Body Systems with Challenging Topologies

2026-03-17 · Vassilios Tsounis, Guirec Maloisel, Christian Schumacher, Ruben Grandia 외 arxiv

We present Kamino, a GPU-based physics solver for massively parallel simulations of heterogeneous highly-coupled mechanical systems. Implemented in Python using NVIDIA Warp and integrated into the Newton framework, it en…

Reinforcement Learning