The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
next.reward: struct<min: list<item: double>, max: list<item: double>, mean: list<item: double>, std: list<item: d (... 158 chars omitted)
child 0, min: list<item: double>
child 0, item: double
child 1, max: list<item: double>
child 0, item: double
child 2, mean: list<item: double>
child 0, item: double
child 3, std: list<item: double>
child 0, item: double
child 4, count: list<item: int64>
child 0, item: int64
child 5, q01: list<item: double>
child 0, item: double
child 6, q10: list<item: double>
child 0, item: double
child 7, q50: list<item: double>
child 0, item: double
child 8, q90: list<item: double>
child 0, item: double
child 9, q99: list<item: double>
child 0, item: double
observation.state: struct<min: list<item: double>, max: list<item: double>, mean: list<item: double>, std: list<item: d (... 158 chars omitted)
child 0, min: list<item: double>
child 0, item: double
child 1, max: list<item: double>
child 0, item: double
child 2, mean: list<item: double>
child 0, item: double
child 3, std: list<item: double>
child 0, item: double
child 4, count: list<item: int64>
child 0, item: int64
child 5, q01: list<item: double>
child 0, item: double
child 6, q10: list<item: double>
child 0, item: double
child 7, q50: list<item: double>
child 0, item: double
child 8, q90: list<item: double>
child 0, item: double
child 9, q99: lis
...
t64>
child 0, item: int64
child 2, names: null
child 6, episode.success_at_end: struct<dtype: string, shape: list<item: int64>, names: null>
child 0, dtype: string
child 1, shape: list<item: int64>
child 0, item: int64
child 2, names: null
child 7, timestamp: struct<dtype: string, shape: list<item: int64>, names: null>
child 0, dtype: string
child 1, shape: list<item: int64>
child 0, item: int64
child 2, names: null
child 8, frame_index: struct<dtype: string, shape: list<item: int64>, names: null>
child 0, dtype: string
child 1, shape: list<item: int64>
child 0, item: int64
child 2, names: null
child 9, episode_index: struct<dtype: string, shape: list<item: int64>, names: null>
child 0, dtype: string
child 1, shape: list<item: int64>
child 0, item: int64
child 2, names: null
child 10, index: struct<dtype: string, shape: list<item: int64>, names: null>
child 0, dtype: string
child 1, shape: list<item: int64>
child 0, item: int64
child 2, names: null
child 11, task_index: struct<dtype: string, shape: list<item: int64>, names: null>
child 0, dtype: string
child 1, shape: list<item: int64>
child 0, item: int64
child 2, names: null
total_tasks: int64
data_path: string
video_files_size_in_mb: int64
robot_type: string
splits: struct<train: string>
child 0, train: string
chunks_size: int64
to
{'codebase_version': Value('string'), 'fps': Value('int64'), 'features': {'observation.state': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'action': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': List(Value('string'))}, 'next.reward': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'next.done': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'next.success': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'episode.success_once': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'episode.success_at_end': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'timestamp': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'frame_index': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'episode_index': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'index': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'task_index': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}}, 'total_episodes': Value('int64'), 'total_frames': Value('int64'), 'total_tasks': Value('int64'), 'chunks_size': Value('int64'), 'data_files_size_in_mb': Value('int64'), 'video_files_size_in_mb': Value('int64'), 'data_path': Value('string'), 'video_path': Value('null'), 'robot_type': Value('string'), 'splits': {'train': Value('string')}}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
return get_rows(
dataset=dataset,
...<4 lines>...
column_names=column_names,
)
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
for key, pa_table in self._iter_arrow():
~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
next.reward: struct<min: list<item: double>, max: list<item: double>, mean: list<item: double>, std: list<item: d (... 158 chars omitted)
child 0, min: list<item: double>
child 0, item: double
child 1, max: list<item: double>
child 0, item: double
child 2, mean: list<item: double>
child 0, item: double
child 3, std: list<item: double>
child 0, item: double
child 4, count: list<item: int64>
child 0, item: int64
child 5, q01: list<item: double>
child 0, item: double
child 6, q10: list<item: double>
child 0, item: double
child 7, q50: list<item: double>
child 0, item: double
child 8, q90: list<item: double>
child 0, item: double
child 9, q99: list<item: double>
child 0, item: double
observation.state: struct<min: list<item: double>, max: list<item: double>, mean: list<item: double>, std: list<item: d (... 158 chars omitted)
child 0, min: list<item: double>
child 0, item: double
child 1, max: list<item: double>
child 0, item: double
child 2, mean: list<item: double>
child 0, item: double
child 3, std: list<item: double>
child 0, item: double
child 4, count: list<item: int64>
child 0, item: int64
child 5, q01: list<item: double>
child 0, item: double
child 6, q10: list<item: double>
child 0, item: double
child 7, q50: list<item: double>
child 0, item: double
child 8, q90: list<item: double>
child 0, item: double
child 9, q99: lis
...
t64>
child 0, item: int64
child 2, names: null
child 6, episode.success_at_end: struct<dtype: string, shape: list<item: int64>, names: null>
child 0, dtype: string
child 1, shape: list<item: int64>
child 0, item: int64
child 2, names: null
child 7, timestamp: struct<dtype: string, shape: list<item: int64>, names: null>
child 0, dtype: string
child 1, shape: list<item: int64>
child 0, item: int64
child 2, names: null
child 8, frame_index: struct<dtype: string, shape: list<item: int64>, names: null>
child 0, dtype: string
child 1, shape: list<item: int64>
child 0, item: int64
child 2, names: null
child 9, episode_index: struct<dtype: string, shape: list<item: int64>, names: null>
child 0, dtype: string
child 1, shape: list<item: int64>
child 0, item: int64
child 2, names: null
child 10, index: struct<dtype: string, shape: list<item: int64>, names: null>
child 0, dtype: string
child 1, shape: list<item: int64>
child 0, item: int64
child 2, names: null
child 11, task_index: struct<dtype: string, shape: list<item: int64>, names: null>
child 0, dtype: string
child 1, shape: list<item: int64>
child 0, item: int64
child 2, names: null
total_tasks: int64
data_path: string
video_files_size_in_mb: int64
robot_type: string
splits: struct<train: string>
child 0, train: string
chunks_size: int64
to
{'codebase_version': Value('string'), 'fps': Value('int64'), 'features': {'observation.state': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'action': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': List(Value('string'))}, 'next.reward': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'next.done': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'next.success': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'episode.success_once': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'episode.success_at_end': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'timestamp': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'frame_index': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'episode_index': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'index': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}, 'task_index': {'dtype': Value('string'), 'shape': List(Value('int64')), 'names': Value('null')}}, 'total_episodes': Value('int64'), 'total_frames': Value('int64'), 'total_tasks': Value('int64'), 'chunks_size': Value('int64'), 'data_files_size_in_mb': Value('int64'), 'video_files_size_in_mb': Value('int64'), 'data_path': Value('string'), 'video_path': Value('null'), 'robot_type': Value('string'), 'splits': {'train': Value('string')}}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Zero-Gravity Manipulation Trajectories (State-Only, v1) Dataset Card
Fourth collection round on the DROID rig, superseding
stray-light/zerograv-manipulation-trajectories-state-v0 —
same general recipe (state-only, ~1000 episodes/task, QA-filtered), but with a
recorded-action bug fixed, hold-segment trimming applied, corrected QA filtering
per task, and one new task (PickSingleYCB). Full per-task hyperparameters below,
sourced directly from each training run's own logged
hyperparameters/text_summary (not reconstructed from memory).
Tasks, checkpoints, and dataset stats
| Task | Episodes | Frames | Checkpoint | Peak eval success_once |
|---|---|---|---|---|
| PushCube | 1000 | 220,307 | droid-pushcube-armbound02-full50M-h300/best_ckpt.pt |
0.75 |
| LiftPeg | 1000 | 291,455 | droid-liftpeg-armbound02-full50M-h425/best_ckpt.pt |
0.688 |
| PickCube | 1000 | 603,005 | droid-repro-ourbranch-armbound02-full50M/best_ckpt.pt |
1.00 (noisy 16-env eval) |
| PickSingleYCB | 1000 | 526,846 | droid-picksingleycb-armbound02-full80M-h900-ne2048/best_ckpt.pt |
~0.5-0.875 (still-training run; see note below) |
Frames is the sum of each task's 1000 individual trimmed episode lengths (see
"Hold-segment trimming" below) — not a fixed count per episode.
Per-task training hyperparameters (PPO, ManiSkill baseline)
All four use control_mode=hybrid_impedance_delta, arm_action_bound=0.2,
gamma=0.95, gae_lambda=0.9, clip_coef=0.2, lr=3e-4, obs_mode=state —
the ManiSkill PPO baseline otherwise unmodified. Per-task horizon and entropy:
| param | PushCube | LiftPeg | PickCube | PickSingleYCB |
|---|---|---|---|---|
| env_id | PushCube-DROID-ZeroGrav-OnContact-v1 |
LiftPeg-DROID-ZeroGrav-OnGrasp-WallFix-v1 |
PickCube-DROID-ZeroGrav-v1 |
PickSingleYCB-DROID-ZeroGrav-OnGrasp-v1 |
| max_episode_steps | 300 | 425 | 900 | 900 |
| ent_coef | 0.0 | 0.0 | 0.0 | 0.002 |
| num_envs (train) | 1024 | 1024 | 1024 | 2048 |
| total_timesteps | 50M | 50M | 50M | 80M (checkpoint from an in-progress run, not final) |
| seed | 1 | 1 | 1 | 1 |
Only PickCube's recipe was hand-tuned beyond the ManiSkill baseline (per the
collaborator): max_episode_steps=900 (a arm_action_bound-bounded policy
needs ~17s to complete the task) and gamma=0.95 instead of the baseline's
0.8 (0.8 gives an effective horizon of ~5 steps — far too short to carry
reward across a 260+-step episode once actions are bounded). The other three
tasks reuse that same gamma/horizon-scaling logic per-task.
PickSingleYCB's ent_coef=0.002 and total_timesteps=80M (vs. 0.0/50M
for the other three) simply reflect that it's the only PickSingleYCB DROID
run so far — no ent_coef A/B sweep was run for it like the other three, and
its checkpoint is from a run still training toward 80M total steps at
collection time (not a finished/final checkpoint).
Collection QA filtering (why episode counts differ from raw success rate)
Every kept episode passes ep_ever_succeeded (stock ManiSkill success flag
true at some point) plus a per-task combination of additional checks,
because the stock success condition alone can be satisfied by a transient,
physically-unrepresentative moment (object slides through the target at
speed, or briefly touches a grasp/placement condition without holding it):
| Task | Filters applied | Why |
|---|---|---|
| PushCube | --require-success-at-end |
Release-and-settle task; literal end-of-episode success check worked fine here (~66% of raw successes survived) |
| LiftPeg | --min-stable-hold-frames 15 (+ default settle-velocity check) |
Release-and-settle task; --require-success-at-end proved too strict (~12% survival — many genuine successes drift by the literal last raw frame) — replaced with requiring the final success run last ≥15 frames wherever it falls |
| PickCube | --settle-vel-threshold 0 --require-grasp-at-success --min-stable-hold-frames 15 |
Grasp-and-hold task: the default settled-velocity check is the WRONG invariant for a held (still-moving-with-the-arm) object — disabled in favor of grasp-maintained + the same stable-hold-length check |
| PickSingleYCB | same as PickCube | Same grasp-and-hold success-condition family |
--min-stable-hold-frames N requires the episode's final contiguous
success run to last at least N frames wherever it occurs in the episode,
rather than literally on the last raw-collected frame — verified empirically
(via a direct probe) to still guarantee every kept episode survives the
15-frame hold-trim below ending on success=True, without requiring the
much stricter (and here, much lower-yield) literal-final-frame condition.
Hold-segment trimming
Every episode is collected to its full horizon (--full-horizon), then
trimmed post-hoc to (start of the final contiguous success run) + 15 frames (~1s at 15Hz) — enough real frames behind the final action chunk
for a 15-step chunked policy (e.g. pi0.5) to see genuine stop-and-hold
behavior, without shipping the full multi-hundred-frame post-success tail.
Trimming is computed from the FINAL success run specifically (not the
first-ever success), since a --full-horizon episode can flicker (an early
transient success that later drifts away isn't the one that holds) — this
also composes correctly with --min-stable-hold-frames above.
Differences from zerograv-manipulation-trajectories-state-v0
- Recorded-action bug fixed:
v0's actions were the policy's raw, unclipped output (RecordEpisode.step()logs the action before the env's ownarm_action_boundclamp runs internally) even though the physically-simulated motion was correctly clamped. This round clamps the action before stepping, so recorded actions now match physics exactly (verified: max|arm action|==arm_action_boundacross every episode). - Hold-segment trimming added (see above) —
v0shipped the full post-success tail uncut. - Corrected, task-appropriate QA filtering (see above) —
v0used--require-success-at-enduniformly for all tasks, which this round found to be the wrong/too-strict check for LiftPeg and the grasp-and-hold tasks. - Raw HDF5 + provenance shipped:
trajectory.h5/trajectory.json(full per-episodeenv_states, every simulation step — not just the trimmed frames that ship in the parquet) plusprovenance.jsonandenv_code/(a snapshot of the exact env/training code at collection time) are included alongside the LeRobotdata//meta/directories, for independent reconstruction/cross-checking. - One new task: PickSingleYCB (grasp-and-place on a randomized YCB
object), not present in
v0.
Key Notes
The checkpoints themselves are not published here — they live in the
training run's own runs/ directory and Weights & Biases project
(Post_Recovery_Experiments), not on the Hub.
observation.state layout is unchanged from v0/earlier exports for the
same task (verified directly: PushCube 43-dim, LiftPeg 40-dim, PickCube
50-dim, all identical to the prior published exports) — this pipeline never
transforms the state vector itself, only which frames are kept.
- Downloads last month
- 40