Commit fa93991a authored by peterd-NV's avatar peterd-NV Committed by Kelly Guo

Divides GR1 collect/annotate steps into subsections in Mimic docs (#373)

# 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
-->

Update the Mimic doc by dividing the GR1 collection/annotation steps
into subsections to clarify that they are different steps.

## 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 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 bb3f19a9
...@@ -317,6 +317,8 @@ to train a Fourier GR-1 humanoid robot to perform a pick and place task. ...@@ -317,6 +317,8 @@ to train a Fourier GR-1 humanoid robot to perform a pick and place task.
Optional: Collect and annotate demonstrations Optional: Collect and annotate demonstrations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Collect human demonstrations
""""""""""""""""""""""""""""
.. note:: .. note::
Data collection for the GR-1 humanoid robot environment requires use of an Apple Vision Pro headset. If you do not have access to Data collection for the GR-1 humanoid robot environment requires use of an Apple Vision Pro headset. If you do not have access to
...@@ -393,6 +395,9 @@ You can replay the collected demonstrations by running the following command: ...@@ -393,6 +395,9 @@ You can replay the collected demonstrations by running the following command:
Non-determinism may be observed during replay as physics in IsaacLab are not determimnistically reproducible when using ``env.reset``. Non-determinism may be observed during replay as physics in IsaacLab are not determimnistically reproducible when using ``env.reset``.
Annotate the demonstrations
"""""""""""""""""""""""""""
Unlike the prior Franka stacking task, the GR-1 pick and place task uses manual annotation to define subtasks. Unlike the prior Franka stacking task, the GR-1 pick and place task uses manual annotation to define subtasks.
Each demo requires a single annotation between the first and second subtask of the right arm. This annotation ("S" button press) should be done when the right robot arm finishes the "idle" subtask and begins to Each demo requires a single annotation between the first and second subtask of the right arm. This annotation ("S" button press) should be done when the right robot arm finishes the "idle" subtask and begins to
move towards the target object. An example of a correct annotation is shown below: move towards the target object. An example of a correct annotation is shown below:
...@@ -434,7 +439,7 @@ Annotate the demonstrations by running the following command: ...@@ -434,7 +439,7 @@ Annotate the demonstrations by running the following command:
Generate the dataset Generate the dataset
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^
If you skipped the prior step, download the pre-recorded annotated dataset ``dataset_annotated_gr1.hdf5`` from If you skipped the prior collection and annotation step, download the pre-recorded annotated dataset ``dataset_annotated_gr1.hdf5`` from
`here <https://omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/Isaac/4.5/Isaac/IsaacLab/Mimic/dataset_annotated_gr1.hdf5>`_. `here <https://omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/Isaac/4.5/Isaac/IsaacLab/Mimic/dataset_annotated_gr1.hdf5>`_.
Place the file under ``IsaacLab/datasets`` and run the following command to generate a new dataset with 1000 demonstrations. Place the file under ``IsaacLab/datasets`` and run the following command to generate a new dataset with 1000 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