Skip to content

Commit

Permalink
Update torquescale to 5 (as originally tested)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainx0r committed Aug 11, 2024
1 parent c34d2d3 commit ba0c2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaworld/envs/mujoco/sawyer_xyz/sawyer_xyz_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def reset_mocap_welds(self) -> None:
for i in range(self.model.eq_data.shape[0]):
if self.model.eq_type[i] == mujoco.mjtEq.mjEQ_WELD:
self.model.eq_data[i] = np.array(
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0.0, 0.0, 4]
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0.0, 0.0, 5]
)


Expand Down

0 comments on commit ba0c2ab

Please sign in to comment.