paper-with-me

Papers

A Differentiable Physics Engine for Deep Learning in Robotics

2016-11-05 · Jonas Degrave, Michiel Hermans, Joni Dambre, Francis wyffels

An important field in robotics is the optimization of controllers. Currently, robots are often treated as a black box in this optimization process, which is the reason why derivative-free optimization methods such as evolutionary algorithms or reinforcement learning are omnipresent. When gradient-based methods are used, models are kept small or rely on finite difference approximations for the Jacobian. This method quickly grows expensive with increasing numbers of parameters, such as found in deep learning. We propose the implementation of a modern physics engine, which can differentiate control parameters. This engine is implemented for both CPU and GPU. Firstly, this paper shows how such an engine speeds up the optimization process, even for small problems. Furthermore, it explains why this is an alternative approach to deep Q-learning, for using deep learning in robotics. Finally, we argue that this is a big step for deep learning in robotics, as it opens up new possibilities to optimize robots, both in hardware and software.

📄 PDF Abstract BibTeX arXiv:1611.01652

Code (0)

등록된 구현이 없습니다.

Tasks

CPUDeep LearningEvolutionary AlgorithmsGPUQ-LearningReinforcement Learning

Similar Papers 제목 키워드 기반

Fast and Feature-Complete Differentiable Physics for Articulated Rigid Bodies with Contact

2021-03-30 · Keenon Werling, Dalton Omens, Jeongseok Lee, Ioannis Exarchos 외

We present a fast and feature-complete differentiable physics engine, Nimble (nimblephysics.org), that supports Lagrangian dynamics and hard contact constraints for articulated rigid body simulation. Our differentiable p…

Isaac Lab: A GPU-Accelerated Simulation Framework for Multi-Modal Robot Learning

2025-11-06 · NVIDIA, :, Mayank Mittal, Pascal Roth 외 arxiv

We present Isaac Lab, the natural successor to Isaac Gym, which extends the paradigm of GPU-native robotics simulation into the era of large-scale multi-modal learning. Isaac Lab combines high-fidelity GPU parallel physi…

Jade: A Differentiable Physics Engine for Articulated Rigid Bodies with Intersection-Free Frictional Contact

2023-09-09 · Gang Yang, Siyuan Luo, Lin Shao

We present Jade, a differentiable physics engine for articulated rigid bodies. Jade models contacts as the Linear Complementarity Problem (LCP). Compared to existing differentiable simulations, Jade offers features inclu…

valid

PlasticineLab: A Soft-Body Manipulation Benchmark with Differentiable Physics

2021-04-07 · ICLR 2021 1 · Zhiao Huang, Yuanming Hu, Tao Du, Siyuan Zhou 외

Simulated virtual environments serve as one of the main driving forces behind developing and evaluating skill learning algorithms. However, existing environments typically only simulate rigid body physics. Additionally, …

Reinforcement Learning (RL)

A Recurrent Differentiable Engine for Modeling Tensegrity Robots Trainable with Low-Frequency Data

2022-02-28 · Kun Wang, Mridul Aanjaneya, Kostas Bekris

Tensegrity robots, composed of rigid rods and flexible cables, are difficult to accurately model and control given the presence of complex dynamics and high number of DoFs. Differentiable physics engines have been recent…

MuJoCo