From 83e70954d7635d4c25ea708d65365f9c5c1fd27a Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Tue, 6 Jun 2023 00:29:34 -0700 Subject: [PATCH] Improve documentation of solver parameters. PiperOrigin-RevId: 538098136 Change-Id: I6a25fd066d5a1a7ef7b28c73accbd15c497fcba4 --- doc/modeling.rst | 161 +++++++++++++++++++++++++++++++---------------- 1 file changed, 106 insertions(+), 55 deletions(-) diff --git a/doc/modeling.rst b/doc/modeling.rst index 6dd0f1c2..ee1aa1f9 100644 --- a/doc/modeling.rst +++ b/doc/modeling.rst @@ -254,7 +254,7 @@ The solver :ref:`Parameters ` section of the Computation chapter e algorithmic meaning of the quantities :math:`d, b, k` which determine the behavior of the constraints in MuJoCo. Here we explain how to set them. Setting is done indirectly, through the attributes :at:`solref` and :at:`solimp` which are available in all MJCF elements involving constraints. These parameters can be adjusted per constraint, or per defaults -class, or left undefined - in which case MuJoCo uses the internal defaults shown below. Note also the override mechanism +class, or left undefined -- in which case MuJoCo uses the internal defaults shown below. Note also the override mechanism available in :ref:`option