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 solver parameters (nbr iterations etc) in Python API #109

Closed ErikGartner closed 3 years ago

ErikGartner commented 3 years ago

Hi!

This PR exposes some of the internal solver parameters to the Python API:

erwincoumans commented 3 years ago

Thanks, LGTM.