Unverified Commit 137106d3 authored by peterd-NV's avatar peterd-NV Committed by GitHub

Updates dataset instruction in `teleop_imitation.rst` (#3462)

# Description

<!--
Thank you for your interest in sending a pull request. Please make sure
to check the contribution guidelines.

Link:
https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html

💡 Please try to keep PRs small and focused. Large PRs are harder to
review and merge.
-->

Updates the Isaac Lab Mimic doc tutorials according to prior reviewer
feedback.
Changes:

1. Clarify demo success criteria for Demo 2 (humanoid pouring task)
2. Add visualization at the start of Demo 2 to clearly indicate that it
is a different task from Demo 1.
3. Document the dataset of Demo 2

## Type of change

<!-- As you go through the list, delete the ones that are not
applicable. -->

- Documentation update

## Screenshots

Please attach before and after screenshots of the change if applicable.

<!--
Example:

| Before | After |
| ------ | ----- |
| _gif/png before_ | _gif/png after_ |

To upload images to a PR -- simply drag and drop an image while in edit
mode and it should upload the image directly. You can then paste that
source into the above before/after sections.
-->

## Checklist

- [x] I have read and understood the [contribution
guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html)
- [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
- [ ] 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

<!--
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
-->
parent 68079418
...@@ -511,11 +511,17 @@ Visualize the results of the trained policy by running the following command, us ...@@ -511,11 +511,17 @@ Visualize the results of the trained policy by running the following command, us
Demo 2: Visuomotor Policy for a Humanoid Robot Demo 2: Visuomotor Policy for a Humanoid Robot
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. figure:: https://download.isaacsim.omniverse.nvidia.com/isaaclab/images/gr-1_nut_pouring_policy.gif
:width: 100%
:align: center
:alt: GR-1 humanoid robot performing a pouring task
:figclass: align-center
Download the Dataset Download the Dataset
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^
Download the pre-generated dataset from `here <https://download.isaacsim.omniverse.nvidia.com/isaaclab/dataset/generated_dataset_gr1_nut_pouring.hdf5>`__ and place it under ``IsaacLab/datasets/generated_dataset_gr1_nut_pouring.hdf5``. Download the pre-generated dataset from `here <https://download.isaacsim.omniverse.nvidia.com/isaaclab/dataset/generated_dataset_gr1_nut_pouring.hdf5>`__ and place it under ``IsaacLab/datasets/generated_dataset_gr1_nut_pouring.hdf5``
The dataset contains 1000 demonstrations of a humanoid robot performing a pouring/placing task that was (**Note: The dataset size is approximately 12GB**). The dataset contains 1000 demonstrations of a humanoid robot performing a pouring/placing task that was
generated using Isaac Lab Mimic for the ``Isaac-NutPour-GR1T2-Pink-IK-Abs-Mimic-v0`` task. generated using Isaac Lab Mimic for the ``Isaac-NutPour-GR1T2-Pink-IK-Abs-Mimic-v0`` task.
.. hint:: .. hint::
...@@ -526,7 +532,11 @@ generated using Isaac Lab Mimic for the ``Isaac-NutPour-GR1T2-Pink-IK-Abs-Mimic- ...@@ -526,7 +532,11 @@ generated using Isaac Lab Mimic for the ``Isaac-NutPour-GR1T2-Pink-IK-Abs-Mimic-
Then, it drops the red beaker into the blue bin. Lastly, it places the yellow bowl onto the white scale. Then, it drops the red beaker into the blue bin. Lastly, it places the yellow bowl onto the white scale.
See the video in the :ref:`visualize-results-demo-2` section below for a visual demonstration of the task. See the video in the :ref:`visualize-results-demo-2` section below for a visual demonstration of the task.
**Note that the following commands are only for your reference and are not required for this demo.** **The success criteria for this task requires the red beaker to be placed in the blue bin, the green nut to be in the yellow bowl,
and the yellow bowl to be placed on top of the white scale.**
.. attention::
**The following commands are only for your reference and are not required for this demo.**
To collect demonstrations: To collect demonstrations:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment