Skip to content

Commit

Permalink
fix issue with test.
Browse files Browse the repository at this point in the history
  • Loading branch information
robfiras committed Oct 5, 2023
1 parent e16a98d commit 6c96600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loco_mujoco/utils/domain_randomization.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def set_joint_conf(conf, jh):
try:
low, high = param["uniform_range"]
except ValueError as e:
raise Exception(f"The parameter uniform_range for {joint_name} is wrongly specified "
raise Exception(f"The parameter uniform_range for {jh.name} is wrongly specified "
f"in the domain_randomization_config. The format is:\n"
"uniform_range: [low, high]\n") from e
if param_name == "damping":
Expand Down

0 comments on commit 6c96600

Please sign in to comment.