diff --git a/doc/mjwarp/index.rst b/doc/mjwarp/index.rst index e2e3a608..c95f79e2 100644 --- a/doc/mjwarp/index.rst +++ b/doc/mjwarp/index.rst @@ -498,6 +498,14 @@ size ``Data.nworld``. Some :class:`mjw.Model ` fields having Additionally, certain fields including ``Model.qM``, ``Data.efc.J``, and ``Data.efc.D`` are padded to enable fast loading on GPU. +**Why are numerical results from MJWarp and MuJoCo different?** + +MJWarp utilizes `float `__s in contrast to MuJoCo's +default double representation for :ref:`mjtNum`. Solver settings, including iterations, collision detection, and small +friction values may be sensitive to differences in floating point representation. + +If you encounter unexpected results, including NaNs, please open a GitHub issue. + Compilation -----------