taichi-dev / difftaichi

10 differentiable physical simulators built with Taichi differentiable programming (DiffTaichi, ICLR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about the speed of the billiards example

parsarahimi opened this issue · comments

I downloaded this billiards example and it runs for an entire minute to finish? I thought it was something simple that would figure out the solution in 100 iterations, in micro-milliseconds basically. Are my expectations a little too high?

I guess for the billiards example, the computation is little yet the majority of time might has been spent on the Python binding (pybind11).