Skip to content

Commit 37cb390

Browse files
DeepMindcopybara-github
authored andcommitted
Add options for controlling early termination criteria of CG/Newton linesearch.
Useful for performance tuning models. PiperOrigin-RevId: 563175078 Change-Id: I2d5daaf795199325dd144337f1c76a5bae25db8c
1 parent 20bf733 commit 37cb390

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
<attribute name="solver" type="keyword" valid_values="PGS CG Newton"/>
6464
<attribute name="iterations" type="int" conflict_allowed="true" conflict_behavior="max"/>
6565
<attribute name="tolerance" type="float" conflict_allowed="true" conflict_behavior="min"/>
66+
<attribute name="ls_iterations" type="int" conflict_allowed="true" conflict_behavior="max"/>
67+
<attribute name="ls_tolerance" type="float" conflict_allowed="true" conflict_behavior="min"/>
6668
<attribute name="noslip_iterations" type="int" conflict_allowed="true" conflict_behavior="max"/>
6769
<attribute name="noslip_tolerance" type="float" conflict_allowed="true" conflict_behavior="min"/>
6870
<attribute name="mpr_iterations" type="int" conflict_allowed="true" conflict_behavior="max"/>

0 commit comments

Comments
 (0)