Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danaaubakirova committed Sep 25, 2024
1 parent eaa903e commit cf92fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym_aloha/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _make_env_task(self, task_name):
# time limit is controlled by StepCounter in env factory
time_limit = float("inf")

if task_name == "transfer_cube":
if task_name == "transfer_cube":
xml_path = ASSETS_DIR / "bimanual_viperx_transfer_cube.xml"
physics = mujoco.Physics.from_xml_path(str(xml_path))
task = TransferCubeTask()
Expand Down

0 comments on commit cf92fb1

Please sign in to comment.