Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
action_path: string
config_report: struct<dtw_penalty: string, exec_sr_pos_tol: double, exec_sr_rot_tol: double, executed_smoothness_pa (... 244 chars omitted)
  child 0, dtw_penalty: string
  child 1, exec_sr_pos_tol: double
  child 2, exec_sr_rot_tol: double
  child 3, executed_smoothness_path_length_normalized: bool
  child 4, executed_smoothness_resample_points: int64
  child 5, pos_tol: double
  child 6, rot_tol: double
  child 7, smoothing: struct<enabled: bool, method: null, params: null>
      child 0, enabled: bool
      child 1, method: null
      child 2, params: null
  child 8, tracking_ndtw_max_points: int64
  child 9, tracking_ndtw_orientation_fallback: string
correction: struct<correction_exhausted_count: int64, correction_exhausted_rate: double, correction_steps: struc (... 103 chars omitted)
  child 0, correction_exhausted_count: int64
  child 1, correction_exhausted_rate: double
  child 2, correction_steps: struct<count: int64, max: double, mean: double, median: double, p95: double>
      child 0, count: int64
      child 1, max: double
      child 2, mean: double
      child 3, median: double
      child 4, p95: double
  child 3, total_correction_steps: int64
cosmos_policy: struct<checkpoint_match_policy: string, control_hz: double, exec_sr_pos_tol: double, exec_sr_rot_tol (... 271 chars omitted)
  child 0, checkpoint_match_policy: string
  child 1, control_hz: double
  child 2, exec_sr_pos_tol: double
  child 3, exec_sr_rot_tol: double
  child 4, ndtw_max_
...
t64, action_type: string, gripper_type: string, note: string, position_frame: s (... 133 chars omitted)
      child 0, action_dim: int64
      child 1, action_type: string
      child 2, gripper_type: string
      child 3, note: string
      child 4, position_frame: string
      child 5, raw_action_dim: int64
      child 6, rotation_compose: string
      child 7, rotation_frame: string
      child 8, rotation_type: string
      child 9, uses_controller_scaling: bool
  child 1, checkpoint_match_diagnostics: list<item: struct<checkpoint_index: int64, match_mode: string, position_error_m: double, rotation_er (... 32 chars omitted)
      child 0, item: struct<checkpoint_index: int64, match_mode: string, position_error_m: double, rotation_error_rad: do (... 20 chars omitted)
          child 0, checkpoint_index: int64
          child 1, match_mode: string
          child 2, position_error_m: double
          child 3, rotation_error_rad: double
          child 4, success: bool
  child 2, control_hz: double
  child 3, errors: list<item: null>
      child 0, item: null
  child 4, executed_count: int64
  child 5, executed_dense_count_for_ndtw: int64
  child 6, executed_dense_count_full: int64
  child 7, ok: bool
  child 8, planned_count: int64
  child 9, planned_dense_count_for_ndtw: int64
  child 10, planned_dense_count_full: int64
  child 11, policy_hz: double
  child 12, sim_hz: double
  child 13, tcp_site_name: string
  child 14, warnings: list<item: null>
      child 0, item: null
to
{'run_model': Value('string'), 'sanitization': {'dropped_invalid_initial_targets': Value('int64'), 'executed_count': Value('int64'), 'initial_target_to_exec0_dist_m': Value('float64'), 'invalid_initial_target_threshold_m': Value('float64'), 'planned_count_after': Value('int64'), 'planned_count_before': Value('int64')}, 'source_json': Value('string'), 'uid': Value('string'), 'validation': {'action_semantics': {'action_dim': Value('int64'), 'action_type': Value('string'), 'gripper_type': Value('string'), 'note': Value('string'), 'position_frame': Value('string'), 'raw_action_dim': Value('int64'), 'rotation_compose': Value('string'), 'rotation_frame': Value('string'), 'rotation_type': Value('string'), 'uses_controller_scaling': Value('bool')}, 'checkpoint_match_diagnostics': List({'checkpoint_index': Value('int64'), 'match_mode': Value('string'), 'position_error_m': Value('float64'), 'rotation_error_rad': Value('float64'), 'success': Value('bool')}), 'control_hz': Value('float64'), 'errors': List(Value('null')), 'executed_count': Value('int64'), 'executed_dense_count_for_ndtw': Value('int64'), 'executed_dense_count_full': Value('int64'), 'ok': Value('bool'), 'planned_count': Value('int64'), 'planned_dense_count_for_ndtw': Value('int64'), 'planned_dense_count_full': Value('int64'), 'policy_hz': Value('float64'), 'sim_hz': Value('float64'), 'tcp_site_name': Value('string'), 'warnings': List(Value('null'))}}
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
              action_path: string
              config_report: struct<dtw_penalty: string, exec_sr_pos_tol: double, exec_sr_rot_tol: double, executed_smoothness_pa (... 244 chars omitted)
                child 0, dtw_penalty: string
                child 1, exec_sr_pos_tol: double
                child 2, exec_sr_rot_tol: double
                child 3, executed_smoothness_path_length_normalized: bool
                child 4, executed_smoothness_resample_points: int64
                child 5, pos_tol: double
                child 6, rot_tol: double
                child 7, smoothing: struct<enabled: bool, method: null, params: null>
                    child 0, enabled: bool
                    child 1, method: null
                    child 2, params: null
                child 8, tracking_ndtw_max_points: int64
                child 9, tracking_ndtw_orientation_fallback: string
              correction: struct<correction_exhausted_count: int64, correction_exhausted_rate: double, correction_steps: struc (... 103 chars omitted)
                child 0, correction_exhausted_count: int64
                child 1, correction_exhausted_rate: double
                child 2, correction_steps: struct<count: int64, max: double, mean: double, median: double, p95: double>
                    child 0, count: int64
                    child 1, max: double
                    child 2, mean: double
                    child 3, median: double
                    child 4, p95: double
                child 3, total_correction_steps: int64
              cosmos_policy: struct<checkpoint_match_policy: string, control_hz: double, exec_sr_pos_tol: double, exec_sr_rot_tol (... 271 chars omitted)
                child 0, checkpoint_match_policy: string
                child 1, control_hz: double
                child 2, exec_sr_pos_tol: double
                child 3, exec_sr_rot_tol: double
                child 4, ndtw_max_
              ...
              t64, action_type: string, gripper_type: string, note: string, position_frame: s (... 133 chars omitted)
                    child 0, action_dim: int64
                    child 1, action_type: string
                    child 2, gripper_type: string
                    child 3, note: string
                    child 4, position_frame: string
                    child 5, raw_action_dim: int64
                    child 6, rotation_compose: string
                    child 7, rotation_frame: string
                    child 8, rotation_type: string
                    child 9, uses_controller_scaling: bool
                child 1, checkpoint_match_diagnostics: list<item: struct<checkpoint_index: int64, match_mode: string, position_error_m: double, rotation_er (... 32 chars omitted)
                    child 0, item: struct<checkpoint_index: int64, match_mode: string, position_error_m: double, rotation_error_rad: do (... 20 chars omitted)
                        child 0, checkpoint_index: int64
                        child 1, match_mode: string
                        child 2, position_error_m: double
                        child 3, rotation_error_rad: double
                        child 4, success: bool
                child 2, control_hz: double
                child 3, errors: list<item: null>
                    child 0, item: null
                child 4, executed_count: int64
                child 5, executed_dense_count_for_ndtw: int64
                child 6, executed_dense_count_full: int64
                child 7, ok: bool
                child 8, planned_count: int64
                child 9, planned_dense_count_for_ndtw: int64
                child 10, planned_dense_count_full: int64
                child 11, policy_hz: double
                child 12, sim_hz: double
                child 13, tcp_site_name: string
                child 14, warnings: list<item: null>
                    child 0, item: null
              to
              {'run_model': Value('string'), 'sanitization': {'dropped_invalid_initial_targets': Value('int64'), 'executed_count': Value('int64'), 'initial_target_to_exec0_dist_m': Value('float64'), 'invalid_initial_target_threshold_m': Value('float64'), 'planned_count_after': Value('int64'), 'planned_count_before': Value('int64')}, 'source_json': Value('string'), 'uid': Value('string'), 'validation': {'action_semantics': {'action_dim': Value('int64'), 'action_type': Value('string'), 'gripper_type': Value('string'), 'note': Value('string'), 'position_frame': Value('string'), 'raw_action_dim': Value('int64'), 'rotation_compose': Value('string'), 'rotation_frame': Value('string'), 'rotation_type': Value('string'), 'uses_controller_scaling': Value('bool')}, 'checkpoint_match_diagnostics': List({'checkpoint_index': Value('int64'), 'match_mode': Value('string'), 'position_error_m': Value('float64'), 'rotation_error_rad': Value('float64'), 'success': Value('bool')}), 'control_hz': Value('float64'), 'errors': List(Value('null')), 'executed_count': Value('int64'), 'executed_dense_count_for_ndtw': Value('int64'), 'executed_dense_count_full': Value('int64'), 'ok': Value('bool'), 'planned_count': Value('int64'), 'planned_dense_count_for_ndtw': Value('int64'), 'planned_dense_count_full': Value('int64'), 'policy_hz': Value('float64'), 'sim_hz': Value('float64'), 'tcp_site_name': Value('string'), 'warnings': List(Value('null'))}}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Dream.exe: Can Video Generation Models Dream Executable Robot Manipulation?

Rui Zhao1,*, Kaiming Yang1,*, Jifeng Zhu1,†, Siyang Chen1,†, Ziqi Wang1, Weijia Wu1, Kevin Qinghong Lin2, Heng Wang3, Mike Zheng Shou1,‡

1Show Lab, National University of Singapore   2University of Oxford   3Tencent

*Equal contribution   Equal contribution (second authors)   Corresponding author

Paper · Code

Dataset overview

Dream.exe asks whether a generated manipulation video can be converted into a 3D robot trajectory, executed in simulation, and judged by whether the imagined task actually succeeds. This repository contains versioned benchmark inputs and released run data used to study that question; the implementation lives in the separate Dream.exe code repository.

The benchmark currently comprises 101 curated robot-manipulation task instances spanning single-object manipulation, multi-object interaction, and long-horizon multi-stage tasks. These instances were constructed by the Dream.exe authors on top of RoboCasa simulation environments. Their task definitions, scene configurations, initial states, camera settings, generation inputs, protocols, and references were selected, modified, or produced specifically for this benchmark; they are not an unchanged copy of a RoboCasa dataset. Released results pair model videos with reproducible run specifications and the resulting trajectories, actions, execution traces, videos, diagnostics, and evaluation records.

Dream.exe benchmark task suite and composition

Dataset contents

Part Contents
bench/ Curated benchmark cases, protocols, provenance, and the required simulator-asset closure
results/ Published run specifications, model-video bundles, and their referenced evaluation artifacts

Repository structure

.
├── bench/
│   ├── bench.json
│   ├── collections.json
│   ├── protocol/                    # stage and evaluation contracts
│   ├── sources/                     # pinned runtime provenance and simulator assets
│   └── cases/<uid>/
│       ├── env/                     # versioned scene, state, camera, and initialization data
│       ├── generation/              # first frame and generation prompts
│       ├── protocol.json            # optional case-specific protocol values
│       └── references/              # ground-truth video, action, and depth
└── results/
    ├── runs/<model>/<variant>/run.json
    ├── videos/<uid>/<model>/<variant>/
    │   ├── video.mp4                # original model output
    │   ├── preprocessed.mp4         # pipeline input when present
    │   └── video.json               # provenance and content identities
    └── experiments/<uid>/<model>/<variant>/
        ├── request.json
        ├── resolved_config.json
        ├── result.json              # artifact manifest and completion record
        ├── trajectory/              # extracted 3D trajectories
        ├── action/                  # executable action sequence and metadata
        ├── execution/               # rollout video, summary, and traces
        ├── evaluation/              # task-success and executability records
        ├── intermediate/            # stage diagnostics used by the release
        └── logs/

bench/: curated evaluation inputs

bench/ defines the evaluation problem for a published revision. A case ID identifies one benchmark task instance. Within a pinned revision, the scene, simulator state, camera, generation input, protocol, and references remain fixed. Global protocol documents define generation, video-to-trajectory, action, execution, and evaluation behavior; a case-level protocol.json records only exceptional values. Ground-truth video, action, and depth are references and must not be treated as generated-model results.

The benchmark also contains the RoboCasa/RoboSuite simulator-asset closure needed to reconstruct its versioned scenes. It does not contain the upstream RoboCasa source episode dataset.

results/: released runs and artifacts

results/runs/ is the published run matrix consumed by Dream.exe reproduction commands. It includes standard and enhanced variants for the evaluated video-generation/world-action models, plus reference runs with and without ground-truth depth.

results/videos/ stores model outputs separately from execution videos. A video bundle can be staged or published before a corresponding experiment artifact is available, so directory presence alone must not be interpreted as experiment completion. results/experiments/ contains released evaluation artifacts and manifests. Historical partial runs remain partial; missing artifacts are not synthesized. Treat a pinned dataset revision as immutable publication data and write locally recomputed outputs to a separate workspace.

Download and reproduce

Install the Hugging Face CLI and download the repository into the code repository's data/ directory:

python -m pip install -U huggingface_hub

hf download kaimingyang/Dream.exe \
  --repo-type dataset \
  --local-dir data

This produces data/bench/ and data/results/, matching the default Dream.exe workspace. Follow the full benchmark guide for environment validation and reproduction commands.

For a reproducible experiment, pin the exact dataset commit:

hf download kaimingyang/Dream.exe \
  --repo-type dataset \
  --revision <DATASET_COMMIT> \
  --local-dir data

Versioning and updates

This dataset is versioned through Hugging Face commits. New cases or results may be added, corrected entries may be replaced, and withdrawn entries may be removed from the latest revision. Always record the dataset commit SHA in papers, reports, and derived artifacts. Removing a path from the latest revision does not erase it from older revisions.

Limitations and responsible use

  • The benchmark evaluates simulated robot manipulation; it does not establish real-robot safety or deployment readiness.
  • Generated videos and historical results can be incomplete or unsuccessful by design. Use result.json, manifests, and evaluation records rather than inferring completion from directory presence.
  • Some video provenance records currently report rights.status: unknown. Public availability does not itself grant permission to reuse an upstream model output for every purpose; review the per-artifact metadata and the applicable upstream terms.
  • Avoid publishing conclusions without pinning a dataset revision and preserving the benchmark/result distinction above.

Licenses and attribution

There is no single blanket license for every file in this dataset. Dream.exe-authored code is licensed separately under Apache-2.0 in the code repository. RoboCasa assets in the bundled simulator closure are provided under CC BY 4.0, and the included RoboSuite/RoboCasa license and attribution files must be retained. Generated videos, model outputs, and other third-party-derived artifacts may be governed by separate upstream terms. This repository does not grant additional rights beyond those terms.

See bench/sources/simulator-assets/licenses/ and the code repository's third-party inventory before redistribution or commercial use.

Citation

@article{zhao2026dreamexe,
  title   = {Dream.exe: Can Video Generation Models Dream Executable Robot Manipulation?},
  author  = {Zhao, Rui and Yang, Kaiming and Zhu, Jifeng and Chen, Siyang and Wang, Ziqi and Wu, Weijia and Lin, Kevin Qinghong and Wang, Heng and Shou, Mike Zheng},
  journal = {arXiv preprint arXiv:2606.04811},
  year    = {2026}
}
Downloads last month
57

Paper for kaimingyang/Dream.exe