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

Adds video recording to the play scripts in RL workflows #763

Merged
merged 5 commits into from
Aug 5, 2024

Conversation

j3soon
Copy link
Contributor

@j3soon j3soon commented Jul 31, 2024

Description

This MR enables users to easily record videos from trained checkpoints, which is useful for sanity checks or creating promotional videos for research papers.

Fixes: #130

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

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 enhancement New feature or request label Aug 2, 2024
@j3soon
Copy link
Contributor Author

j3soon commented Aug 2, 2024

Thanks for the review! I have resolved all comments.

It's worth noting that the change on default recording path from video -> video/train is a breaking change.

@Mayankm96 Mayankm96 changed the title Allow save video recording with the play workflow Adds video recording to the play scripts in RL workflows Aug 3, 2024
@j3soon j3soon force-pushed the feat/play-video-record branch from 6285772 to 81c3cfd Compare August 3, 2024 07:23
@j3soon
Copy link
Contributor Author

j3soon commented Aug 3, 2024

Just rebased this branch on main through GitHub webpage

@Dhoeller19 Dhoeller19 merged commit e151bb9 into isaac-sim:main Aug 5, 2024
1 of 2 checks passed
@j3soon j3soon deleted the feat/play-video-record branch August 5, 2024 10:13
iamdrfly pushed a commit to iamdrfly/IsaacLab that referenced this pull request Nov 21, 2024
# Description

This MR enables users to easily record videos from trained checkpoints,
which is useful for sanity checks or creating promotional videos for
research papers.

Fixes: isaac-sim#130

## Type of change

- New feature (non-breaking change which adds functionality)
- This change requires a documentation update

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [x] 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
- [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
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Question] Save the video while run the play.py file
3 participants