--- license: apache-2.0 task_categories: - robotics tags: - LeRobot - manipulation - pick-and-place - cafe-serving - omx size_categories: - 100K → home(2)` (retry segments same task_index) | --- ## Repository layout ``` serving_ab/ ├── data/chunk-000/file-000.parquet # all 219,877 frames concatenated ├── meta/ │ ├── info.json # codebase_version=v3.0, totals │ ├── tasks.parquet # task_index → instruction │ ├── tasks.jsonl # mirror of tasks.parquet │ ├── modality.json # GR00T modality mapping (state/action/video/annotation) │ ├── stats.json # aggregate stats (mean/std/min/max/q01/q99) │ └── episodes/chunk-000/file-000.parquet # per-episode metadata + stats (107 cols) └── videos/ ├── observation.images.top/chunk-000/file-000.mp4 # ~924 MB └── observation.images.wrist/chunk-000/file-000.mp4 # ~1.59 GB ``` --- ## Companion datasets | Repo | Format | Episodes | Notes | | ------------------------------------------------------------------- | ------ | -------: | --------------------------- | | [`jae0311/serving_a`](https://huggingface.co/datasets/jae0311/serving_a) | v3.0 | 265 | Category A only (long episodes) | | [`jae0311/serving_b`](https://huggingface.co/datasets/jae0311/serving_b) | v2.1 | 160 | Category B only (atomic demos) | --- ## Recommended training schedule (GR00T N1.7) | Stage | Data | max-steps | LR | Goal | | :---: | -------------- | :-------: | :----: | ------------------------------------------------- | | 1 | `serving_b` | 5,000 | 1e-4 | atomic pick-and-place reliability (90%+) | | 2 | `serving_ab` | 25,000 | 5e-5 | long-episode performance from Stage 1 checkpoint | - effective batch size: 32 (per_device_batch=8 × grad_accum=4) - action horizon: 16 - color jitter: brightness 0.2, contrast 0.2, saturation 0.4, hue 0.08 --- ## Acknowledgments - Model: [GR00T N1.7](https://huggingface.co/nvidia/GR00T-N1.7-3B) (NVIDIA) - Dataset format: [LeRobot](https://github.com/huggingface/lerobot) - Robot: ROBOTIS OpenManipulator-X