paper-with-me

Papers

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 from the computation graph, enabling seamless integration with existing differentiable simulation ecosystems without the need for specialized differentiable rendering software. This decoupling not only reduces computational and memory overhead but also effectively attenuates the policy gradient norm, leading to more stable and smoother optimization. We evaluate our method on standard visual control benchmarks using modern GPU-accelerated simulation. Experiments show that our approach significantly reduces wall-clock training time and consistently outperforms all baseline methods in terms of final returns. Notably, on complex tasks such as humanoid locomotion, our method achieves a $4\times$ improvement in final return, and successfully learns a humanoid running policy within 4 hours on a single GPU.

📄 PDF Abstract BibTeX arXiv:2505.10646

Code (1)

nm512/dreamerv3-torch 공식 구현 pytorch

Tasks

GPU

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-…

Accelerated Policy Learning with Parallel Differentiable Simulation

2022-04-14 · ICLR 2022 4 · Jie Xu, Viktor Makoviychuk, Yashraj Narang, Fabio Ramos 외

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.…

Deep 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

ZipAR: Accelerating Auto-regressive Image Generation through Spatial Locality

2024-12-05 · Yefei He, Feng Chen, Yuanyu He, Shaoxuan He 외

In this paper, we propose ZipAR, a training-free, plug-and-play parallel decoding framework for accelerating auto-regressive (AR) visual generation. The motivation stems from the observation that images exhibit local str…

Image Generation

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