Skip to content

Commit 94571f2

Browse files
Updates mimic doc for manipulator success stats (#3833)
# 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 mimic doc for manipulator expected success stats for both state-based and visuomotor policy training. Enhances documentation for SkillGen & Imitation learning workflows. ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Documentation update <!-- 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 --> Co-authored-by: Kelly Guo <[email protected]>
1 parent 8baccec commit 94571f2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/source/overview/imitation-learning/teleop_imitation.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,15 @@ By inferencing using the generated model, we can visualize the results of the po
315315
--device cpu --enable_cameras --task Isaac-Stack-Cube-Franka-IK-Rel-Visuomotor-v0 --num_rollouts 50 \
316316
--checkpoint /PATH/TO/desired_model_checkpoint.pth
317317
318+
.. note::
319+
320+
**Expected Success Rates and Timings for Franka Cube Stack Task**
321+
322+
* Data generation success rate: ~50% (for both state + visuomotor)
323+
* Data generation time: ~30 mins for state, ~4 hours for visuomotor (varies based on num envs the user runs)
324+
* BC RNN training time: 1000 epochs + ~30 mins (for state), 600 epochs + ~6 hours (for visuomotor)
325+
* BC RNN policy success rate: ~40-60% (for both state + visuomotor)
326+
318327

319328
Demo 1: Data Generation and Policy Training for a Humanoid Robot
320329
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)