Skip to content

v1.3.3

Latest

Choose a tag to compare

@duburcqa duburcqa released this 13 Aug 13:53
· 4 commits to main since this release
76f8f5b

This minor release fixes rigid solver convergence regressions and introduces a new torch-like option 'use_deterministic_algorithms' to ensure bit-exact reproducibility on a given machine. Besides, Mujoco compatibility mode has been improved to now cover native contact patch-based multi-contact (as opposed to the old perturbation-based approach). This experimental feature is now exposed to the user via 'RigidOptions.enable_contact_patch'.

perturbation-based multi-contact native contact patch multi-contact
perturbation contact patch

New Features

  • Add bit-exact deterministic simulation mode on a given machine. (@duburcqa) (#3222)

Bug Fixes

  • Keep the contact manifold and the constraint solve consistent across orientations and scales. (@duburcqa) (#3158)
  • Fix physics discrepancy between generic and GPU-only constraint solver implementations. (@duburcqa) (#3218)
  • Fix dropped and backend-dependent contacts under MuJoCo compatibility. (@duburcqa) (#3223)

Miscellaneous