Skip to content

Commit b82e6e7

Browse files
committed
Add SO-101 tutorial banner
1 parent 493ee92 commit b82e6e7

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

docs/source/setup/tutorial.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,25 @@
33
Tutorial
44
========
55

6+
.. figure:: https://download.isaacsim.omniverse.nvidia.com/isaaclab/images/tutorial_so101_vialplace_play.gif
7+
:alt: The SO-101 arm picking up a vial and placing it in a rack.
8+
:align: center
9+
:width: 85%
10+
11+
.. note::
12+
13+
This tutorial ties in with the `NVIDIA Sim-to-Real SO-101 learning course
14+
<https://docs.nvidia.com/learning/physical-ai/sim-to-real-so-101/latest/index.html>`__ and its
15+
`workshop repository <https://github.com/isaac-sim/Sim-to-Real-SO-101-Workshop>`__, which present a broader
16+
end-to-end physical AI workflow with the SO-101, Isaac Lab, and NVIDIA Isaac GR00T.
17+
618
This tutorial builds a complete robot-learning workflow around an `SO-101 arm
719
<https://github.com/TheRobotStudio/SO-ARM100>`__ that picks up a vial and places it in a rack.
820
Instead of assembling disconnected examples, you will work with a production-shaped downstream project:
921
`IsaacLabTutorial main branch <https://github.com/isaac-sim/IsaacLabTutorial/tree/main>`__. The project includes the
1022
robot and workshop assets, a manager-based reinforcement-learning environment, state and wrist-camera observations,
1123
RSL-RL agent configurations, tests, state-policy training, and state-to-vision policy distillation.
1224

13-
.. image:: https://raw.githubusercontent.com/isaac-sim/IsaacLabTutorial/main/media/demo.gif
14-
:alt: The SO-101 arm picking up a vial and placing it in a rack.
15-
:align: center
16-
:width: 100%
17-
1825
By the end, you will know how a downstream Isaac Lab task is packaged, discovered, validated, trained,
1926
and evaluated. You will also know where to change the robot, scene, MDP, and learning configuration for
2027
your own task.

0 commit comments

Comments
 (0)