• 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
..
tutorial_add_sensors.jpg Loading commit data...
tutorial_convert_mesh.jpg Loading commit data...
tutorial_convert_mjcf.jpg Loading commit data...
tutorial_convert_urdf.jpg Loading commit data...
tutorial_create_direct_workflow.jpg Loading commit data...
tutorial_create_empty.jpg Loading commit data...
tutorial_create_manager_base.jpg Loading commit data...
tutorial_create_manager_rl_env.jpg Loading commit data...
tutorial_creating_a_scene.jpg Loading commit data...
tutorial_launch_app.jpg Loading commit data...
tutorial_modify_direct_rl_env.jpg Loading commit data...
tutorial_operational_space_controller.jpg Loading commit data...
tutorial_policy_inference_in_usd.jpg Loading commit data...
tutorial_register_environment.jpg Loading commit data...
tutorial_run_articulation.jpg Loading commit data...
tutorial_run_deformable_object.jpg Loading commit data...
tutorial_run_rigid_object.jpg Loading commit data...
tutorial_spawn_prims.jpg Loading commit data...
tutorial_task_space_controller.jpg Loading commit data...