Skip to content

Commit

Permalink
typo fix: batch_convert_dataset_v1_to_v2.py (huggingface#615)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Alibert <[email protected]>
  • Loading branch information
2 people authored and chrisheninger committed Jan 26, 2025
1 parent 9cc59a0 commit 50bf6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lerobot/common/datasets/v2/batch_convert_dataset_v1_to_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@
**ALOHA_STATIC_INFO,
},
"aloha_static_vinh_cup": {
"single_task": "Pick up the platic cup with the right arm, then pop its lid open with the left arm.",
"single_task": "Pick up the plastic cup with the right arm, then pop its lid open with the left arm.",
**ALOHA_STATIC_INFO,
},
"aloha_static_vinh_cup_left": {
"single_task": "Pick up the platic cup with the left arm, then pop its lid open with the right arm.",
"single_task": "Pick up the plastic cup with the left arm, then pop its lid open with the right arm.",
**ALOHA_STATIC_INFO,
},
"aloha_static_ziploc_slide": {"single_task": "Slide open the ziploc bag.", **ALOHA_STATIC_INFO},
Expand Down

0 comments on commit 50bf6ab

Please sign in to comment.