• Johnson Sun's avatar
    Adds video recording to the play scripts in RL workflows (#763) · e151bb93
    Johnson Sun authored
    # 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: https://github.com/isaac-sim/IsaacLab/issues/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
    e151bb93
wrap_rl_env.rst 6.51 KB