taichi-dev / taichi_houdini

105 stars 4 forks source link

Diff Simulation Houdini Demo #19

Closed jprnd closed 1 year ago

jprnd commented 1 year ago

Are there any demos you can share of a simple differentiable simulation implemented in houdini?

YuCrazing commented 1 year ago

Hi @jprnd , as far as I know, there is no auto-diff demos in houdini yet, what kind of specific physics simulation do you want to achieve?

jprnd commented 1 year ago

I am interested in topology optimization, training physics-informed neural networks, and augmenting reinforcement learning within Houdini and in real-time as co-design tools.

YuCrazing commented 1 year ago

I know your need more clearly now. At this stage, we are focused on developing more features of auto-diff itself. Thus, we won't consider providing more auto-diff x houdini examples recently.

As a result, I would suggest you writing standalone taichi programs (instead of writing in houdini) to learn auto-diff related examples.