LGAICVGRROApr 7, 2021

PlasticineLab: A Soft-Body Manipulation Benchmark with Differentiable Physics

arXiv:2104.03311v1169 citations
AI Analysis

This provides a new benchmark for developing algorithms in soft-body manipulation, addressing a gap in existing environments that typically only simulate rigid bodies.

The authors tackled the lack of soft-body manipulation benchmarks with differentiable physics by introducing PlasticineLab, a collection of tasks where agents deform plasticine, and found that gradient-based methods solve tasks within tens of iterations but struggle with long-term planning.

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, the simulation process usually does not provide gradients that might be useful for planning and control optimizations. We introduce a new differentiable physics benchmark called PasticineLab, which includes a diverse collection of soft body manipulation tasks. In each task, the agent uses manipulators to deform the plasticine into the desired configuration. The underlying physics engine supports differentiable elastic and plastic deformation using the DiffTaichi system, posing many under-explored challenges to robotic agents. We evaluate several existing reinforcement learning (RL) methods and gradient-based methods on this benchmark. Experimental results suggest that 1) RL-based approaches struggle to solve most of the tasks efficiently; 2) gradient-based approaches, by optimizing open-loop control sequences with the built-in differentiable physics engine, can rapidly find a solution within tens of iterations, but still fall short on multi-stage tasks that require long-term planning. We expect that PlasticineLab will encourage the development of novel algorithms that combine differentiable physics and RL for more complex physics-based skill learning tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes