We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bf733 commit 37cb390Copy full SHA for 37cb390
1 file changed
dm_control/mjcf/schema.xml
@@ -63,6 +63,8 @@
63
<attribute name="solver" type="keyword" valid_values="PGS CG Newton"/>
64
<attribute name="iterations" type="int" conflict_allowed="true" conflict_behavior="max"/>
65
<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"/>
68
<attribute name="noslip_iterations" type="int" conflict_allowed="true" conflict_behavior="max"/>
69
<attribute name="noslip_tolerance" type="float" conflict_allowed="true" conflict_behavior="min"/>
70
<attribute name="mpr_iterations" type="int" conflict_allowed="true" conflict_behavior="max"/>
0 commit comments