You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I successfully installed this template and verified the installation using: python scripts/rsl_rl/train.py --task=Template-Isaac-Velocity-Rough-Anymal-D-v0
However, when trying to use SKRL to test Template-Isaac-Velocity-Rough-Anymal-D-v0 with the following code:
# load and wrap the Isaac Lab environment
# env = load_isaaclab_env(task_name="Template-Isaac-Velocity-Rough-Anymal-D-v0")
env = load_isaaclab_env(task_name="Template-Isaac-Velocity-Rough-Anymal-D-v0")
env = wrap_env(env)
I encountered this error:
gymnasium.error.NameNotFound: Environment `Template-Isaac-Velocity-Rough-Anymal-D` doesn't exist. Did you mean: `Isaac-Velocity-Rough-Anymal-D`?
Could you please provide instructions for correctly setting up the template with SKRL? Thank you!!!
The text was updated successfully, but these errors were encountered:
Hi! I successfully installed this template and verified the installation using:
python scripts/rsl_rl/train.py --task=Template-Isaac-Velocity-Rough-Anymal-D-v0
However, when trying to use SKRL to test Template-Isaac-Velocity-Rough-Anymal-D-v0 with the following code:
I encountered this error:
Could you please provide instructions for correctly setting up the template with SKRL? Thank you!!!
The text was updated successfully, but these errors were encountered: