Skip to content

Commit dc0bbd7

Browse files
authored
Update HF dataset download cmds to specified revision (#496)
## Summary Doc changes only. Refer to hf dataset branch `arena_v0.1_lab_v2.3`
1 parent fb4544c commit dc0bbd7

6 files changed

Lines changed: 9 additions & 0 deletions

File tree

docs/pages/example_workflows/locomanipulation/step_1_environment_setup.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ We download a pre-recorded dataset from Hugging Face:
155155
nvidia/Arena-G1-Loco-Manipulation-Task \
156156
arena_g1_loco_manipulation_dataset_generated_small.hdf5 \
157157
--repo-type dataset \
158+
--revision arena_v0.1_lab_v2.3 \
158159
--local-dir $DATASET_DIR
159160
160161

docs/pages/example_workflows/locomanipulation/step_2_data_generation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Download the pre-recorded human demonstrations:
2828
nvidia/Arena-G1-Loco-Manipulation-Task \
2929
arena_g1_loco_manipulation_dataset_annotated.hdf5 \
3030
--repo-type dataset \
31+
--revision arena_v0.1_lab_v2.3 \
3132
--local-dir $DATASET_DIR
3233
3334

docs/pages/example_workflows/locomanipulation/step_3_policy_training.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Note that this tutorial assumes that you've completed the
3939
nvidia/Arena-G1-Loco-Manipulation-Task \
4040
arena_g1_loco_manipulation_dataset_generated.hdf5 \
4141
--repo-type dataset \
42+
--revision arena_v0.1_lab_v2.3 \
4243
--local-dir $DATASET_DIR
4344
4445
Step 1: Convert to LeRobot Format
@@ -62,6 +63,7 @@ Note that this conversion step can be skipped by downloading the pre-converted L
6263
nvidia/Arena-G1-Loco-Manipulation-Task \
6364
--include lerobot/* \
6465
--repo-type dataset \
66+
--revision arena_v0.1_lab_v2.3 \
6567
--local-dir $DATASET_DIR/arena_g1_loco_manipulation_dataset_generated
6668
6769
If you download this dataset, you can skip the conversion step below and continue to the next step.

docs/pages/example_workflows/static_manipulation/step_1_environment_setup.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ We download a pre-recorded dataset from Hugging Face.
141141
nvidia/Arena-GR1-Manipulation-Task \
142142
arena_gr1_manipulation_dataset_generated.hdf5 \
143143
--repo-type dataset \
144+
--revision arena_v0.1_lab_v2.3 \
144145
--local-dir $DATASET_DIR
145146
146147

docs/pages/example_workflows/static_manipulation/step_3_data_generation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ To skip this step, you can download the pre-annotated dataset from Hugging Face
4545
nvidia/Arena-GR1-Manipulation-Task \
4646
arena_gr1_manipulation_dataset_annotated.hdf5 \
4747
--repo-type dataset \
48+
--revision arena_v0.1_lab_v2.3 \
4849
--local-dir $DATASET_DIR
4950
5051
To start the annotation process run the following command:
@@ -88,6 +89,7 @@ This step can be skipped by downloading the pre-generated dataset from Hugging F
8889
nvidia/Arena-GR1-Manipulation-Task \
8990
arena_gr1_manipulation_dataset_generated.hdf5 \
9091
--repo-type dataset \
92+
--revision arena_v0.1_lab_v2.3 \
9193
--local-dir $DATASET_DIR
9294
9395

docs/pages/example_workflows/static_manipulation/step_4_policy_training.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pre-generated dataset from Hugging Face as described below.
4242
nvidia/Arena-GR1-Manipulation-Task \
4343
arena_gr1_manipulation_dataset_generated.hdf5 \
4444
--repo-type dataset \
45+
--revision arena_v0.1_lab_v2.3 \
4546
--local-dir $DATASET_DIR
4647
4748
@@ -64,6 +65,7 @@ Note that this conversion step can be skipped by downloading the pre-converted L
6465
nvidia/Arena-GR1-Manipulation-Task \
6566
--include lerobot/* \
6667
--repo-type dataset \
68+
--revision arena_v0.1_lab_v2.3 \
6769
--local-dir $DATASET_DIR/arena_gr1_manipulation_dataset_generated
6870
6971
If you download this dataset, you can skip the conversion step below and continue to the next step.

0 commit comments

Comments
 (0)