Skip to content

Commit

Permalink
fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
robfiras committed Sep 9, 2024
1 parent 37309bb commit f9654dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_replays():
for task_name in task_names:

# todo: include perfect datasets and MyoSuiteHumanoid into tests (the latter requires updating Mujoco >= 3.0)
if "perfect" not in task_name or "MyoSuiteHumanoid" not in task_name:
if "perfect" not in task_name and "MyoSuiteHumanoid" not in task_name:
np.random.seed(0)

print(f"Testing Replay {task_name}...")
Expand Down

0 comments on commit f9654dd

Please sign in to comment.