Skip to content

Commit ba9e1ea

Browse files
committed
chore: Add gif
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 735b60d commit ba9e1ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docsrc/tutorials/compile_groot.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ You can then use the following command to start the simulation:
112112
python3 scripts/simulation_service.py --client --env_name gr1_unified/PnPCupToDrawerClose_GR1ArmsAndWaistFourierHands_Env --video_dir ./videos --max_episode_steps 720 --n_envs 1 --n_episodes 10 --use_torch_tensorrt
113113
114114
This would start the simulation, display the success rate and record the videos in ``videos`` directory. Here is a sample video of the GR00T N1.5 model in the simulation:
115+
.. image:: https://github.com/pytorch/TensorRT/blob/groot_docs/docsrc/tutorials/output.gif
116+
:alt: GR00T N1.5 model in RoboCasa simulation
117+
:align: center
118+
:width: 80%
115119

116120
.. note::
117121
If you are running Isaac GR00T in a Docker environment, you can create two separate tmux sessions and launch both Docker containers on the same network to enable inter-container communication. This allows the inference service and simulation service to communicate seamlessly across containers.

0 commit comments

Comments
 (0)