Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuanming-hu/chainqueen

Differentiable MPM Simulator
https://github.com/yuanming-hu/chainqueen

Last synced: 2 months ago
JSON representation

Differentiable MPM Simulator

Awesome Lists containing this project

README

        

## Note: ChainQueen is now part of [DiffTaichi](https://github.com/yuanming-hu/difftaichi), where we implemented 10 differentiable physical simulators.
# The (Legacy) ChainQueen Differentiable MPM Solver (v1)

Note: This is an old (Oct 2018) version of ChainQueen that we built for the ICRA 2019 paper. We have several unpublished projects based on our latest version of ChainQueen, and it is too time-consuming to peel off our private code to release the latest version. Meanwhile, we are actively building ChainQueen v2, which has a better-designed software architecture and higher performance. Therefore, we decide to put our limited effort on developing ChainQueen v2 instead of cleaning up the latest ChainQueen v1. We release the legacy ChainQueen v1 without unpublished results for now.

You are welcome to investigate the internal implementation in this legacy codebase, but we recommend to wait for ChainQueen v2 to build your own research project.

## Installation (Tested on Arch Linux/Ubuntu 16.04/18.04)
- Install the [legacy `taichi` library](https://taichi.readthedocs.io/en/latest/installation.html).
- Install CUDA 8.0+ if you don't have it.
- Install `tensorflow-gpu`.
- Make sure you are using `gcc-6`. If not, please install `export CXX=g++-6 CC=gcc-6`.
- Put this repo in `taichi/projects/`
- Execute ```ti build```
- Runnable demos are in `demos/`.

## BibTex
```
@article{hu2019chainqueen,
title={ChainQueen: A Real-Time Differentiable Physical Simulator for Soft Robotics},
author={Hu, Yuanming and Liu, Jiancheng and Spielberg, Andrew and Tenenbaum, Joshua B and Freeman, William T and Wu, Jiajun and Rus, Daniela and Matusik, Wojciech},
journal={Proceedings of IEEE International Conference on Robotics and Automation (ICRA)},
year={2019}
}
```