Robot-ready skill datasets for manipulation policy learning and evaluation.
EXYLOS builds structured robot manipulation datasets for imitation learning, VLA models, policy training, and evaluation.
Raw videos show what happened, but policy learning also needs synchronized actions, states, task metadata, outcomes, and failure context. EXYLOS turns human-seeded manipulation workflows performed in our simulations into train-ready episodes with multi-view observations, trajectories, annotations, success/failure labels, and quality diagnostics.
This organization hosts compact inspection samples for checking schema, loading data, inspecting trajectories, and evaluating whether the EXYLOS format fits a robotics ML stack.
| Dataset | Status | Contents |
|---|---|---|
ExylosAi/pick_and_place_sample |
Available | 50 pick-and-place episodes, 21,412 frames, 5 RGB views, 9D Panda state/action, 30 success and 20 failure episodes. |
ExylosAi/bimanual_table_spill_cleanup |
Available | 50 bimanual spill-cleanup episodes, 67,742 frames, 6 RGB views, 18D dual-Panda state/action, 35 success and 15 failure episodes. |
More contact-rich and recovery-heavy samples are planned.
EXYLOS samples are packaged to be compatible with the LeRobot ecosystem whenever possible. A typical dataset contains:
README.md
LICENSE.txt
annotations.json
meta/
info.json
tasks.jsonl
episodes.jsonl
episodes_stats.jsonl
data/
chunk-000/
episode_000000.parquet
episode_000001.parquet
videos/
chunk-000/
observation.images.<camera_name>/
episode_000000.mp4
episode_000001.mp4
Core signals:
| Category | Examples |
|---|---|
| Visual observations | Synchronized RGB wrist and scene views |
| Action and state | Robot state, action vectors, timestamps, frame indices |
| Labels | Success, failure reason, terminal flags, collisions, aborts, retries |
| Annotations | Phase boundaries, hand labels, object notes, scores, derived metrics |
| Metadata | Task description, duration, splits, feature schema, validation stats |
Exact fields vary by dataset, so each repository includes a dataset-specific card.
Public samples are suitable for:
They are compact inspection datasets, not complete production-scale benchmarks.
EXYLOS can generate custom robot-ready skill datasets for pick-and-place, bimanual manipulation, spill cleanup, sorting, binning, object rearrangement, failure recovery, and evaluation/regression sets.
Commercial deliveries can add depth, segmentation masks, object states, event labels, custom cameras, larger episode volumes, stricter QA, and internal-pipeline packaging.
Current public samples are released under Apache 2.0. Please check each dataset card and license file before using a sample in research, demos, training, or commercial workflows.
If you need structured skill data, send us the target task, robot, modalities, format, evaluation criteria, and timeline.