Skip to content

Commit df71f3c

Browse files
authored
docs(policies): GR00T updates (#2293)
* Update Libero beval results + fix phrasing * style of GR00T wording
1 parent 326aca0 commit df71f3c

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

docs/source/_toctree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- local: pi05
3939
title: π₀.₅ (Pi05)
4040
- local: groot
41-
title: Nvidia Gr00t N1.5
41+
title: NVIDIA GR00T N1.5
4242
title: "Policies"
4343
- sections:
4444
- local: il_sim

docs/source/groot.mdx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Gr00t N1.5 Policy
1+
# GR00T N1.5 Policy
22

3-
Gr00t N1.5 is an open foundation model from NVIDIA designed for generalized humanoid robot reasoning and skills. It is a cross-embodiment model that accepts multimodal input, including language and images, to perform manipulation tasks in diverse environments.
3+
GR00T N1.5 is an open foundation model from NVIDIA designed for generalized humanoid robot reasoning and skills. It is a cross-embodiment model that accepts multimodal input, including language and images, to perform manipulation tasks in diverse environments.
44

55
This document outlines the specifics of its integration and usage within the LeRobot framework.
66

@@ -22,7 +22,7 @@ This approach allows the model to be highly adaptable through post-training for
2222

2323
## Installation Requirements
2424

25-
As of today, Gr00t N1.5 requires flash attention for it's internal working.
25+
As of today, GR00T N1.5 requires flash attention for it's internal working.
2626

2727
We are working on making this optional, but in the meantime that means that we require an extra installation step and it can only be used in CUDA enabled devices.
2828

@@ -45,7 +45,7 @@ pip install lerobot[groot] # consider also installing libero,dev and test tags
4545

4646
## Usage
4747

48-
To use Gr00t in your LeRobot configuration, specify the policy type as:
48+
To use GR00T in your LeRobot configuration, specify the policy type as:
4949

5050
```python
5151
policy.type=groot
@@ -55,7 +55,7 @@ policy.type=groot
5555

5656
### Training Command Example
5757

58-
Here's a complete training command for finetuning the base Gr00t model on your own dataset:
58+
Here's a complete training command for finetuning the base GR00T model on your own dataset:
5959

6060
```bash
6161
# Using a multi-GPU setup
@@ -83,20 +83,20 @@ accelerate launch \
8383

8484
### Libero Benchmark Results
8585

86-
Gr00t has demonstrated strong performance on the Libero benchmark suite. To compare and test its LeRobot implementation, we finetuned the Gr00t N1.5 model for 20k steps on the Libero dataset and compared the results to the Gr00t reference results.
86+
GR00T has demonstrated strong performance on the Libero benchmark suite. To compare and test its LeRobot implementation, we finetuned the GR00T N1.5 model for 30k steps on the Libero dataset and compared the results to the GR00T reference results.
8787

88-
| Benchmark | LeRobot Implementation | Gr00t Reference |
88+
| Benchmark | LeRobot Implementation | GR00T Reference |
8989
| ------------------ | ---------------------- | --------------- |
90-
| **Libero Spatial** | 82% | 92.0% |
91-
| **Libero Object** | 99% | 92.0% |
92-
| **Libero Long** | 72% | 76.0% |
93-
| **Average** | 84% | 87.0% |
90+
| **Libero Spatial** | 82.0% | 92.0% |
91+
| **Libero Object** | 99.0% | 92.0% |
92+
| **Libero Long** | 82.0% | 76.0% |
93+
| **Average** | 87.0% | 87.0% |
9494

95-
These results demonstrate Gr00t's strong generalization capabilities across diverse robotic manipulation tasks. To reproduce these results, you can follow the instructions in the [Libero](https://huggingface.co/docs/lerobot/libero) section.
95+
These results demonstrate GR00T's strong generalization capabilities across diverse robotic manipulation tasks. To reproduce these results, you can follow the instructions in the [Libero](https://huggingface.co/docs/lerobot/libero) section.
9696

9797
### Evaluate in your hardware setup
9898

99-
Once you have trained your model using your parameters you can run inference in your downstream task. Follow our by following for the downstream hardware task, you can follow our instructions in [Imitation Learning for Robots](./il_robots). For example:
99+
Once you have trained your model using your parameters you can run inference in your downstream task. Follow the instructions in [Imitation Learning for Robots](./il_robots). For example:
100100

101101
```bash
102102
lerobot-record \
@@ -119,4 +119,4 @@ lerobot-record \
119119

120120
## License
121121

122-
This model follows the **Apache 2.0 License**, consistent with the original [Gr00t repository](https://github.com/NVIDIA/Isaac-GR00T).
122+
This model follows the **Apache 2.0 License**, consistent with the original [GR00T repository](https://github.com/NVIDIA/Isaac-GR00T).

0 commit comments

Comments
 (0)