Skip to content

Fixes running train scripts when rsl_rl is not installed - #784

Merged
Dhoeller19 merged 3 commits into
mainfrom
fix/rl_dependency
Aug 6, 2024
Merged

Fixes running train scripts when rsl_rl is not installed#784
Dhoeller19 merged 3 commits into
mainfrom
fix/rl_dependency

Conversation

@Dhoeller19

@Dhoeller19 Dhoeller19 commented Aug 5, 2024

Copy link
Copy Markdown

Description

Previously, it was not possible to run training scripts with rl_games, skrl, sb3 when rsl_rl was not installed.

Fixes #749

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have run the pre-commit checks with ./isaaclab.sh --format
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the changelog and the corresponding version in the extension's config/extension.toml file
  • I have added my name to the CONTRIBUTORS.md or my name already exists there

@Dhoeller19
Dhoeller19 requested a review from Mayankm96 August 5, 2024 12:07
@Mayankm96 Mayankm96 added the bug Something isn't working label Aug 5, 2024

@Mayankm96 Mayankm96 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good :)

@Dhoeller19
Dhoeller19 merged commit aa5472c into main Aug 6, 2024
@Dhoeller19
Dhoeller19 deleted the fix/rl_dependency branch August 6, 2024 10:54
@Dhoeller19
Dhoeller19 restored the fix/rl_dependency branch August 6, 2024 14:54
@Dhoeller19
Dhoeller19 deleted the fix/rl_dependency branch August 6, 2024 15:09
@T-K-233

T-K-233 commented Aug 7, 2024

Copy link
Copy Markdown
Contributor

I think this commit breaks the rsl_rl flow?

When running tasks like --task Isaac-Velocity-Flat-G1-v0, now it gives the following error:

ModuleNotFoundError: No module named 'omni.isaac.lab_tasks.manager_based.locomotion.velocity.config.g1.agents.rsl_rl_ppo_cfg'

iamdrfly pushed a commit to iamdrfly/IsaacLab that referenced this pull request Nov 21, 2024
# Description

Previously, it was not possible to run training scripts with rl_games,
skrl, sb3 when rsl_rl was not installed.

Fixes isaac-sim#749 

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
LJones-alt pushed a commit to LJones-alt/IsaacLab-Laura that referenced this pull request Jul 1, 2026
# Description

Previously, it was not possible to run training scripts with rl_games,
skrl, sb3 when rsl_rl was not installed.

Fixes isaac-sim#749 

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug Report] Cannot run SKRL example script without installing RSL_RL

3 participants