paper-with-me

Papers

Accelerated Policy Learning with Parallel Differentiable Simulation

2022-04-14 · ICLR 2022 4 · Jie Xu, Viktor Makoviychuk, Yashraj Narang, Fabio Ramos, Wojciech Matusik, Animesh Garg, Miles Macklin

Deep reinforcement learning can generate complex control policies, but requires large amounts of training data to work effectively. Recent work has attempted to address this issue by leveraging differentiable simulators. However, inherent problems such as local minima and exploding/vanishing numerical gradients prevent these methods from being generally applied to control tasks with complex contact-rich dynamics, such as humanoid locomotion in classical RL benchmarks. In this work we present a high-performance differentiable simulator and a new policy learning algorithm (SHAC) that can effectively leverage simulation gradients, even in the presence of non-smoothness. Our learning algorithm alleviates problems with local minima through a smooth critic function, avoids vanishing/exploding gradients through a truncated learning window, and allows many physical environments to be run in parallel. We evaluate our method on classical RL control tasks, and show substantial improvements in sample efficiency and wall-clock time over state-of-the-art RL and differentiable simulation-based algorithms. In addition, we demonstrate the scalability of our method by applying it to the challenging high-dimensional problem of muscle-actuated locomotion with a large action space, achieving a greater than 17x reduction in training time over the best-performing established RL algorithm.

📄 PDF Abstract BibTeX arXiv:2204.07137

Code (1)

NVlabs/DiffRL 공식 구현 jax

Tasks

Deep Reinforcement Learning

Similar Papers 제목 키워드 기반

DiffAero: A GPU-Accelerated Differentiable Simulation Framework for Efficient Quadrotor Policy Learning

2025-09-12 · Xinhong Zhang, Runqing Wang, Yunfan Ren, Jian Sun 외 arxiv

This letter introduces DiffAero, a lightweight, GPU-accelerated, and fully differentiable simulation framework designed for efficient quadrotor control policy learning. DiffAero supports both environment-level and agent-…

Accelerating Visual-Policy Learning through Parallel Differentiable Simulation

2025-05-15 · Haoxiang You, Yilang Liu, Ian Abraham

In this work, we propose a computationally efficient algorithm for visual policy learning that leverages differentiable simulation and first-order analytical policy gradients. Our approach decouple the rendering process …

GPU

Benchmarking Massively Parallelized Multi-Task Reinforcement Learning for Robotics Tasks

2025-07-31 · Viraj Joshi, Zifan Xu, Bo Liu, Peter Stone 외 arxiv

Multi-task Reinforcement Learning (MTRL) has emerged as a critical training paradigm for applying reinforcement learning (RL) to a set of complex real-world robotic tasks, which demands a generalizable and robust policy.…

Reinforcement Learning

Accelerating Particle and Fluid Simulations with Differentiable Graph Networks for Solving Forward and Inverse Problems

2023-09-23 · Krishna Kumar, Yongjin Choi

We leverage physics-embedded differentiable graph network simulators (GNS) to accelerate particulate and fluid simulations to solve forward and inverse problems. GNS represents the domain as a graph with particles as nod…

CPUFriction

Stabilizing Reinforcement Learning in Differentiable Multiphysics Simulation

2024-12-16 · Eliot Xing, Vernon Luk, Jean Oh

Recent advances in GPU-based parallel simulation have enabled practitioners to collect large amounts of data and train complex control policies using deep reinforcement learning (RL), on commodity GPUs. However, such suc…

Deep Reinforcement LearningGPUreinforcement-learningReinforcement Learning+1