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

Add get_world_com() to Python interface #105

Closed ErikGartner closed 3 years ago

ErikGartner commented 3 years ago

This PR adds get_world_com() together with minor changes in the CppAD Python bindings.

The first commit should solve #103.

erwincoumans commented 3 years ago

Thanks, LGTM.