Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Installation Success but Environment Loading Error with SKRL #45

@XinyuSong123

Description

@XinyuSong123

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!!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions