-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 MARL workflows for recording videos during training/inferencing #1596
Conversation
…how up in videos/train when running on a DirectMARLEnv.
Update: I just reran my previous commands (after my "bug fix" changes) and for some reason am getting different buggy/erroring outcomes. I will test this more and get back to this. |
The current version should work (i.e. I also additionally added |
...extensions/omni.isaac.lab_tasks/omni/isaac/lab_tasks/direct/cart_double_pendulum/__init__.py
Outdated
Show resolved
Hide resolved
…00. sb3 and rsl_rl currently fail." This reverts commit 1228a4e.
@@ -0,0 +1,80 @@ | |||
seed: 42 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this cfg for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry; that was for a different branch I was working on and shouldn't be there. I'll double check my branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed + I reviewed the other changes and it should finally be clean. Sorry for the sloppy commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
np, thanks for the fix!
Description
Fixing bug so that using training workflow on MARL workflow populates videos/train.
See #1595
Type of change
Screenshots
The first run was without the changes where we see videos/train empty. The second run is after the changes with videos/train successfully populated.
Checklist
pre-commit
checks with./isaaclab.sh --format
config/extension.toml
fileCONTRIBUTORS.md
or my name already exists there; Unsure if this fix is worth being labelled as a contributor, if so would be happy to be added to the contributors.md (full name is Rishi Veerapaneni).