Skip to content

Commit

Permalink
Reduce simulation time in Menagerie integration test.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 673827420
Change-Id: I6d2bcd23d16b9f80679b0906681312fe013efe72
  • Loading branch information
yuvaltassa authored and copybara-github committed Sep 12, 2024
1 parent 15b7a2b commit 3232f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _get_xmls(pattern: str) -> List[pathlib.Path]:
_MJX_MODEL_XMLS = list(_get_xmls('scene*mjx.xml'))

# Total simulation duration, in seconds.
_MAX_SIM_TIME = 1.0
_MAX_SIM_TIME = 0.1
# Scale for the pseudorandom control noise.
_NOISE_SCALE = 1.0

Expand Down

0 comments on commit 3232f83

Please sign in to comment.