Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: PWBC Motion Dataset (TextOpTracker-Ready)
|
| 3 |
+
license: other
|
| 4 |
+
tags:
|
| 5 |
+
- robotics
|
| 6 |
+
- imitation-learning
|
| 7 |
+
- motion-tracking
|
| 8 |
+
- isaaclab
|
| 9 |
+
- textop
|
| 10 |
+
task_categories:
|
| 11 |
+
- reinforcement-learning
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
size_categories:
|
| 15 |
+
- 100<n<1K
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# PWBC Motion Dataset (TextOpTracker-Ready)
|
| 19 |
+
|
| 20 |
+
## Overview
|
| 21 |
+
This dataset provides **processed motion data** for the PWBC project, prepared for direct use in **TextOpTracker / IsaacLab** pipelines.
|
| 22 |
+
|
| 23 |
+
Current release focuses on **largebox object-interaction motions** converted from Holosoma-format data into TextOpTracker-ready format.
|
| 24 |
+
|
| 25 |
+
## Directory structure
|
| 26 |
+
The dataset is organized as:
|
| 27 |
+
|
| 28 |
+
```text
|
| 29 |
+
converted_from_holosoma/
|
| 30 |
+
sub*_largebox_*_original_mj_w_obj_omnirt/
|
| 31 |
+
motion.npz
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
Each motion is stored in its own folder and contains one `motion.npz` file.
|
| 35 |
+
|
| 36 |
+
## Intended usage
|
| 37 |
+
Use this dataset as `artifacts/converted_from_holosoma` in TextOpTracker.
|
| 38 |
+
|
| 39 |
+
Example (train/play side):
|
| 40 |
+
|
| 41 |
+
```bash
|
| 42 |
+
--motion_file=converted_from_holosoma/*
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
or single-motion debugging:
|
| 46 |
+
|
| 47 |
+
```bash
|
| 48 |
+
--motion_file=converted_from_holosoma/sub7_largebox_014_original_mj_w_obj_omnirt
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
## Data source and processing
|
| 52 |
+
- Source: Holosoma object-interaction motions
|
| 53 |
+
- Conversion: MuJoCo-format conversion + TextOp/holosoma adapter pipeline
|
| 54 |
+
- Selection: curated motion list for PWBC largebox pick-and-place style tasks
|
| 55 |
+
|
| 56 |
+
## Notes
|
| 57 |
+
- This repository stores **processed training assets** (not raw recordings).
|
| 58 |
+
- More object categories may be added in future updates.
|
| 59 |
+
- If you use this dataset in a paper/project, please cite the related PWBC/TextOp/Holosoma repositories appropriately.
|