erwincoumans / tiny-differentiable-simulator

Tiny Differentiable Simulator is a header-only C++ and CUDA physics library for reinforcement learning and robotics with zero dependencies.
Apache License 2.0
1.2k stars 129 forks source link

Update Python examples to use new datatype names #93

Closed ErikGartner closed 3 years ago

ErikGartner commented 3 years ago

Hi!

I updated the Python examples to use for example Vector3 instead of TinyVector3.

erwincoumans commented 3 years ago

Thanks for the help, will check it out soon, but merge it now.