CoolFace
Datasetpublic

zzsi/swm-dmc-mixed-small

swm-dmc-mixed-small Mixed-quality demonstration dataset (split mixed-small) for DeepMind Control Suite environments, repacked from the galilai-group/stable-worldmodel release. Files File Description dmc_mixed-small.tar.zst Zstd-compressed tarball of mixed-quality trajectories; internal paths are dmc/mixed-small/<env>/run.h5 Format Each run.h5 is an HDF5 file (Blosc-compressed) with datasets: Key Shape Description pixels (N… See the full description on the dataset page: https://huggingface.co/datasets/zzsi/swm-dmc-mixed-small.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes17downloads
Dataset Card

swm-dmc-mixed-small

Mixed-quality demonstration dataset (split mixed-small) for DeepMind Control Suite environments, repacked from the galilai-group/stable-worldmodel release.

Files

FileDescription
dmc_mixed-small.tar.zstZstd-compressed tarball of mixed-quality trajectories; internal paths are dmc/mixed-small/<env>/run.h5

Format

Each run.h5 is an HDF5 file (Blosc-compressed) with datasets:

KeyShapeDescription
pixels(N, 224, 224, 3) uint8RGB frames, 224×224
action(N, 6) float32DMControl action at each step
ep_offset(E,) intStart index of each episode
ep_len(E,) intLength of each episode

Requires hdf5plugin (Blosc filter) to read: import hdf5plugin, h5py.

Source

  • —Upstream repo: https://github.com/galilai-group/stable-worldmodel
  • —Original split: mixed-small from dmc.tar.zst

Citation

If you use these artifacts, please cite the original work:

bibtex
@misc{maes_lelidec2026swm-1,
      title={stable-worldmodel-v1: Reproducible World Modeling Research and Evaluation},
      author={Lucas Maes and Quentin Le Lidec and Dan Haramati and
              Nassim Massaudi and Damien Scieur and Yann LeCun and
              Randall Balestriero},
      year={2026},
      eprint={2602.08968},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2602.08968},
}