Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes running train scripts when rsl_rl is not installed #784

Merged
merged 3 commits into from
Aug 6, 2024

Conversation

Dhoeller19
Copy link
Collaborator

@Dhoeller19 Dhoeller19 commented Aug 5, 2024

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

@Mayankm96 Mayankm96 added the bug Something isn't working label Aug 5, 2024
Copy link
Contributor

@Mayankm96 Mayankm96 left a comment

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
2 of 3 checks passed
@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
Copy link

T-K-233 commented Aug 7, 2024

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