[Where is URLift] Isaac Lab tutorials Train Your Second Robot in Isaac Lab #3190
Replies: 3 comments
-
Thank you for posting this. Could you share the steps you followed before this? You are probably forgetting
|
Beta Was this translation helpful? Give feedback.
-
Hello RandomOakForest, When I created the project following the instructions on "Creating an Isaac Lab template project" I did as follows: Open a new terminal. Navigate to the Isaac Lab folder. For example, cd ~/IsaacLab If using conda: If using venv: Run the Isaac Lab script with the --new argument to create the template project: The template generator will ask you a few questions. In this command-line menu, use arrows to move and the spacebar to select an option, then press enter to choose the option. Task type: select External. Install the project Install your external project by running the following command. This installs the package in “editable” mode, which is useful during development. Notice our project name being used at the end of the command. python -m pip install -e source/Reach |
Beta Was this translation helpful? Give feedback.
-
Thank you for following up. You may want to try the latest versions of Isaac Lab. Follow #3021 to update. I'll move this post to our Discussions for follow up by the team and others. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on the, “Train Your Second Robot in Isaac Lab” and I am trying to locate the source/URLift/URLift/tasks/manager_based/urlift/init.py file but this does not exist when I created the project. I am running into issues running the, “python scripts/zero_agent.py --task Template-Reach-v0 --num_envs=10” command because of this error:
[14.155s] Simulation App Startup Complete
Traceback (most recent call last):
File “C:\IsaacLab\Reach\Reach\scripts\zero_agent.py”, line 70, in
main()
File “C:\IsaacLab\Reach\Reach\scripts\zero_agent.py”, line 44, in main
env_cfg = parse_env_cfg(
File “c:/isaaclab/isaaclab/source/isaaclab_tasks/isaaclab_tasks/utils/parse_cfg.py”, line 138, in parse_env_cfg
cfg = load_cfg_from_registry(task_name.split(“:”)[-1], “env_cfg_entry_point”)
File “c:/isaaclab/isaaclab/source/isaaclab_tasks/isaaclab_tasks/utils/parse_cfg.py”, line 55, in load_cfg_from_registry
cfg_entry_point = gym.spec(task_name.split(“:”)[-1]).kwargs.get(entry_point_key)
File “C:\IsaacLab\env_isaaclab\lib\site-packages\gymnasium\envs\registration.py”, line 1008, in spec
_check_version_exists(ns, name, version)
File “C:\IsaacLab\env_isaaclab\lib\site-packages\gymnasium\envs\registration.py”, line 399, in _check_version_exists
_check_name_exists(ns, name)
File “C:\IsaacLab\env_isaaclab\lib\site-packages\gymnasium\envs\registration.py”, line 376, in _check_name_exists
raise error.NameNotFound(
gymnasium.error.NameNotFound: Environment Template-Reach doesn’t exist. Did you mean: Template-Reach-Play?
2025-07-14 04:18:47 [14,114ms] [Warning] [omni.graph.core.plugin] Could not find category ‘Replicator:Annotators’ for removal
2025-07-14 04:18:47 [14,114ms] [Warning] [omni.graph.core.plugin] Could not find category ‘Replicator:Annotators’ for removal
2025-07-14 04:18:47 [14,114ms] [Warning] [omni.graph.core.plugin] Could not find category ‘Replicator:Annotators’ for removal
2025-07-14 04:18:47 [14,114ms] [Warning] [omni.graph.core.plugin] Could not find category ‘Replicator:Annotators’ for removal
2025-07-14 04:18:47 [14,115ms] [Warning] [omni.graph.core.plugin] Could not find category ‘Replicator:Annotators’ for removal
2025-07-14 04:18:47 [14,115ms] [Warning] [omni.graph.core.plugin] Could not find category ‘Replicator:Annotators’ for removal
2025-07-14 04:18:47 [14,115ms] [Warning] [omni.graph.core.plugin] Could not find category ‘Replicator:Annotators’ for removal
2025-07-14 04:18:47 [14,115ms] [Warning] [omni.graph.core.plugin] Could not find category ‘Replicator:Annotators’ for removal
2025-07-14 04:18:47 [14,115ms] [Warning] [omni.graph.core.plugin] Could not find category ‘Replicator:Annotators’ for removal
2025-07-14 04:18:47 [14,115ms] [Warning] [omni.graph.core.plugin] Could not find category ‘Replicator:Annotators’ for removal
2025-07-14 04:18:47 [14,115ms] [Warning] [omni.graph.core.plugin] Could not find category ‘Replicator:Annotators’ for removal
2025-07-14 04:18:47 [14,115ms] [Warning] [omni.graph.core.plugin] Could not find category ‘Replicator:Annotators’ for removal
2025-07-14 04:18:47 [14,115ms] [Warning] [omni.graph.core.plugin] Could not find category ‘Replicator:Core’ for removal
2025-07-14 04:18:47 [14,116ms] [Warning] [omni.graph.core.plugin] Could not find category ‘animation’ for removal
2025-07-14 04:18:47 [14,128ms] [Warning] [omni.fabric.plugin] gFabricState->gUsdStageToSimStageWithHistoryMap had 1 outstanding SimStageWithHistory(s) at shutdown
2025-07-14 04:18:47 [14,129ms] [Warning] [carb.audio.context] 1 contexts were leaked
2025-07-14 04:18:47 [14,254ms] [Warning] [carb] Recursive unloadAllPlugins() detected!
Beta Was this translation helpful? Give feedback.
All reactions