Skip to main content

Soft Body Simulators

Overview

  • SoftGym: a set of benchmark environments for deformable object manipulation including tasks involving fluid, cloth and rope, simulated using FleX.
  • FluidLab: a fully differentiable and multi-material physics simulation platform, supporting rigid, elastic, plastic materials, inviscid and viscous liquid, and gaseous phenomena such as smoke.
  • PlasticineLab: a differentiable soft-body manipulation simulator and benchmark.
  • RoboNinja: a differentiable simulation system for cutting multi-material objects.
  • DiSECt: a differentiable simulation engine for autonomous robotic cutting.
  • ThinShellLab: a differentiable simulator for manipulating thin-shell materials, such as cloths and papers.
  • DaxBench: a deformable object manipulation benchmark with differentiable physics.
  • SoftMAC: a differentiable soft body simulation with forecast-based contact model, coupling with articulated rigid bodies and clothes.

SoftGym

SoftGym is a set of benchmark environments for deformable object manipulation including tasks involving fluid, cloth and rope, simulated using FleX.

Details

SoftGym: Benchmarking Deep Reinforcement Learning for Deformable Object Manipulation
  

SoftGym is a set of benchmark environments for deformable object manipulation including tasks involving fluid, cloth and rope. It is built on top of the Nvidia FleX simulator and has standard Gym API for interaction with RL agents.

FluidLab

FluidLab and FluidEngine is a fully differentiable and multi-material physics simulation platform, supporting rigid, elastic, plastic materials, inviscid and viscous liquid, and gaseous phenomena such as smoke.

Details

FluidLab: A Differentiable Environment for Benchmarking Complex Fluid Manipulation
  

FluidLab is a simulation environment with a diverse set of manipulation tasks involving complex fluid dynamics. These tasks address interactions between solid and fluid as well as among multiple fluids. FluidLab is powered by its underlying physics engine, FluidEngine, providing GPU-accelerated simulations and gradient calculations for various material types and their couplings, extending the scope of the existing differentiable simulation engines.

PlasticineLab

PlasticineLab is a differentiable soft-body manipulation simulator and benchmark.

Details

PlasticineLab: A Soft-Body Manipulation Benchmark with Differentiable Physics
  

PlasticineLab is a differentiable physics benchmark including a diverse collection of soft body manipulation tasks. In each task, the agent uses manipulators to deform the plasticine into a desired configuration. The underlying physics engine supports differentiable elastic and plastic deformation using the DiffTaichi system, posing many underexplored challenges to robotic agents. We evaluate several existing RL methods and gradient-based methods on this benchmark.

RoboNinja

RoboNinja is a differentiable simulation system for cutting multi-material objects.

Details

RoboNinja: Learning an Adaptive Cutting Policy for Multi-Material Objects
  

RoboNinja is a learning-based cutting system for multi-material objects (i.e., soft objects with rigid cores such as avocados or mangos). In contrast to prior works using open-loop cutting actions to cut through single-material objects (e.g., slicing a cucumber), RoboNinja aims to remove the soft part of an object while preserving the rigid core, thereby maximizing the yield. Learning such cutting skills directly on a real-world robot is challenging. Yet, existing simulators are limited in simulating multi-material objects or computing the energy consumption during the cutting process. To address this issue, roboninja is a differentiable cutting simulator that supports multi-material coupling and allows for the generation of optimized trajectories as demonstrations for policy learning.

DiSECt

DiSECt is a differentiable simulation engine for autonomous robotic cutting.

Details

DiSECt
  

DiSECt is a simulator for the cutting of deformable materials. It uses the Finite Element Method (FEM) to simulate the deformation of the material, and leverages a virtual node algorithm to introduce springs between the two halves of the mesh being cut. These cutting springs are weakened in proportion to the knife forces acting on the material, yielding a continuous model of deformation and crack propagation. By leveraging source code transformation, the back-end of DiSECt automatically generates CUDA-accelerated kernels for the forward simulation and the gradients of the simulation inputs. Such gradient information can be used to optimize the simulation parameters to achieve accurate knife force predictions, optimize cutting actions, and more.

ThinShellLab

ThinShellLab is a differentiable simulator for manipulating thin-shell materials, such as cloths and papers.

Details

ThinShellLab: Thin-shell Object Manipulations with Differentiable Physics Simulations
  

ThinShellLab is a fully differentiable simulation platform tailored for robotic interactions with diverse thin-shell materials possessing varying material properties, enabling flexible thin-shell manipulation skill learning and evaluation. This comprehensive endeavor encompasses a triad of experiment task categories, which are as follows: manipulation tasks, inverse design tasks, and real-world experiments.

DaxBench

DaxBench is a deformable object manipulation benchmark with differentiable physics.

Details

DaxBench: Benchmarking Deformable Object Manipulation with Differentiable Physics
  

DaXBench is a differentiable simulation framework for deformable object manipulation. While existing work often focuses on a specific type of deformable objects, DaXBench supports fluid, rope, cloth, etc ; it provides a general-purpose benchmark to evaluate widely different DOM methods, including planning, imitation learning, and reinforcement learning. DaXBench combines recent advances in deformable object simulation with JAX, a high-performance computational framework. All DOM tasks in DaXBench are wrapped with the OpenAI Gym API for easy integration with DOM algorithms.

SoftMac

SoftMac is a differentiable soft body simulation with forecast-based contact model, coupling with articulated rigid bodies and clothes.

Details

SoftMac
  

SoftMAC, a differentiable simulation framework coupling soft bodies with articulated rigid bodies and clothes. SoftMAC simulates soft bodies with the continuum-mechanics-based Material Point Method (MPM).