Run DiffTaichi simulation examples
masterYou can run various differentiable physical simulation examples using the provided Python scripts. Below is a list of available simulators and their corresponding execution commands:
# Differentiable Elastic Object Simulator
python3 diffmpm.py
# Differentiable 3D Elastic Object Simulator
python3 diffmpm3d.py
# Differentiable 3D Fluid Simulator
python3 liquid.py
# Differentiable Height Field Water Simulator
python3 wave.py
# Differentiable (Adversarial) Water Renderer
python3 water_renderer.py
# Differentiable Rigid Body Simulator
python3 rigid_body.py [1/2] train
# Differentiable Mass-Spring Simulator
python3 mass_spring.py [1/2/3] train
# Differentiable Billiard Simulator
python3 billiards.py