diff --git a/doc/mjwarp/index.rst b/doc/mjwarp/index.rst index fc5bfd48..6ef6ec01 100644 --- a/doc/mjwarp/index.rst +++ b/doc/mjwarp/index.rst @@ -364,7 +364,7 @@ Learning frameworks Yes. MJWarp is interoperable with `JAX `__. Please see the `Warp Interoperability `__ documentation for details. -Additionally, :ref:`MJX ` provides a JAX API for a subset of MJWarp's :ref:`API `. The backend is +Additionally, :ref:`MJX ` provides a JAX API for a subset of MJWarp's :doc:`API `. The backend is specified with ``impl='warp'``. **Does MJWarp work with PyTorch?** @@ -420,7 +420,7 @@ reinforcement learning example. **How are orientations represented?** -Orientations are represented as unit quaternions and follow :ref:`MuJoCo's convention `: +Orientations are represented as unit quaternions and follow :ref:`MuJoCo's conventions`: ``w, x, y, z`` or ``scalar, vector``. .. admonition:: ``wp.quaternion``