Skip to content

Commit 3f4432a

Browse files
committed
Address task registration review comments
1 parent 1f1f9fd commit 3f4432a

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

source/isaaclab_tasks/isaaclab_tasks/contrib/dr_legs/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
},
2121
)
2222

23-
# Gymnasium rejects a versioned ID when its versionless replacement is registered,
24-
# so retain the released ID by inserting its deprecation spec directly.
23+
# Retain the released ID as a deprecated alias by inserting its spec directly.
2524
registry.update(
2625
{
2726
"Isaac-DrLegs-HoldPose-v0": EnvSpec(

source/isaaclab_tasks/isaaclab_tasks/core/reach/config/franka/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@
7979
},
8080
disable_env_checker=True,
8181
),
82-
}
83-
)
84-
85-
registry.update(
86-
{
8782
"Isaac-Reach-Franka-Newton-IK-Rel-Play-v0": EnvSpec(
8883
id="Isaac-Reach-Franka-Newton-IK-Rel-Play-v0",
8984
entry_point="isaaclab.envs:ManagerBasedRLEnv",

0 commit comments

Comments
 (0)