Skip to content

Commit b8b3683

Browse files
typo fix: batch_convert_dataset_v1_to_v2.py (#615)
Co-authored-by: Simon Alibert <[email protected]>
1 parent 5097cd9 commit b8b3683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lerobot/common/datasets/v2/batch_convert_dataset_v1_to_v2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@
159159
**ALOHA_STATIC_INFO,
160160
},
161161
"aloha_static_vinh_cup": {
162-
"single_task": "Pick up the platic cup with the right arm, then pop its lid open with the left arm.",
162+
"single_task": "Pick up the plastic cup with the right arm, then pop its lid open with the left arm.",
163163
**ALOHA_STATIC_INFO,
164164
},
165165
"aloha_static_vinh_cup_left": {
166-
"single_task": "Pick up the platic cup with the left arm, then pop its lid open with the right arm.",
166+
"single_task": "Pick up the plastic cup with the left arm, then pop its lid open with the right arm.",
167167
**ALOHA_STATIC_INFO,
168168
},
169169
"aloha_static_ziploc_slide": {"single_task": "Slide open the ziploc bag.", **ALOHA_STATIC_INFO},

0 commit comments

Comments
 (0)