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

Expose where statements in Python API #115

Closed ErikGartner closed 3 years ago

ErikGartner commented 3 years ago

Exposes conditionals like where_gt, where_lt and where_eq in Python API.

erwincoumans commented 3 years ago

Thanks, looks good to me.