• oahmednv's avatar
    Adds a tutorial for policy inference in a prebuilt USD scene (#231) · 48531021
    oahmednv authored
    # Description
    
    This PR adds a tutorial to show how to inference on a trained policy in
    a prebuilt USD scene.
    It includes a script that performs inference of the
    `Isaac-Velocity-Rough-H1-v0` environment in a warehouse scene and an
    accompanying tutorial that walks through the script implementation.
    
    
    ## Type of change
    
    - 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
    - [x] My changes generate no new warnings
    - [x] I have added tests that prove my fix is effective or that my
    feature works
    - [x] 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
    
    <!--
    As you go through the checklist above, you can mark something as done by
    putting an x character in it
    
    For example,
    - [x] I have done this task
    - [ ] I have not done this task
    -->
    
    ---------
    Co-authored-by: 's avatarKelly Guo <kellyguo123@hotmail.com>
    48531021
Name
Last commit
Last update
..
create_direct_rl_env.rst Loading commit data...
create_manager_base_env.rst Loading commit data...
create_manager_rl_env.rst Loading commit data...
modify_direct_rl_env.rst Loading commit data...
policy_inference_in_usd.rst Loading commit data...
register_rl_env_gym.rst Loading commit data...
run_rl_training.rst Loading commit data...