Add dataset card documenting merge sources
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
tags:
|
| 6 |
+
- LeRobot
|
| 7 |
+
- ur3
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# UR3 Multi-Task Dataset
|
| 11 |
+
|
| 12 |
+
Merged from the following 5 LeRobot v2.1 datasets:
|
| 13 |
+
|
| 14 |
+
| # | Source | Task |
|
| 15 |
+
|---|--------|------|
|
| 16 |
+
| 0 | [poweredshine/ur3-pot-lid-closing](https://huggingface.co/datasets/poweredshine/ur3-pot-lid-closing) | close the pot by placing the lid |
|
| 17 |
+
| 1 | [poweredshine/ur3-pot-lid-opening](https://huggingface.co/datasets/poweredshine/ur3-pot-lid-opening) | open the pot by removing its lid |
|
| 18 |
+
| 2 | [poweredshine/ur3-remove-cup-from-nested-cups](https://huggingface.co/datasets/poweredshine/ur3-remove-cup-from-nested-cups) | Remove cup from nested cups |
|
| 19 |
+
| 3 | [poweredshine/ur3-single-finger-pushing-glass-to-marker](https://huggingface.co/datasets/poweredshine/ur3-single-finger-pushing-glass-to-marker) | Single-finger push to blue marker |
|
| 20 |
+
| 4 | [poweredshine/ur3-white-class-on-coaster](https://huggingface.co/datasets/poweredshine/ur3-white-class-on-coaster) | pick up the white glass and put on a brown coaster |
|
| 21 |
+
|
| 22 |
+
See `meta/tasks.jsonl` for exact task strings.
|
| 23 |
+
|
| 24 |
+
Built with `merge_datasets_v21.py`, post-processed with `fix_merged_counts.py`.
|