RoboMME
Collection
Benchmarking memory-augmented robotic generalist policies • 15 items • Updated • 2
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.
Arxiv Paper | HF Paper | Website | Benchmark Code | Policy Learning Code
H5 format of RoboMME training data. There are a total of 16 tasks, each with 100 episodes.
.
├── README.md
├── record_dataset_BinFill.h5.tar.xz
├── record_dataset_ButtonUnmask.h5.tar.xz
├── record_dataset_ButtonUnmaskSwap.h5.tar.xz
├── record_dataset_InsertPeg.h5.tar.xz
├── record_dataset_MoveCube.h5.tar.xz
├── record_dataset_PatternLock.h5.tar.xz
├── record_dataset_PickHighlight.h5.tar.xz
├── record_dataset_PickXtimes.h5.tar.xz
├── record_dataset_RouteStick.h5.tar.xz
├── record_dataset_StopCube.h5.tar.xz
├── record_dataset_SwingXtimes.h5.tar.xz
├── record_dataset_VideoPlaceButton.h5.tar.xz
├── record_dataset_VideoPlaceOrder.h5.tar.xz
├── record_dataset_VideoRepick.h5.tar.xz
├── record_dataset_VideoUnmask.h5.tar.xz
└── record_dataset_VideoUnmaskSwap.h5.tar.xz
For more information about dataset usage, please refer to https://github.com/RoboMME/robomme_benchmark?tab=readme-ov-file#-training-data
We also provide other formats of RoboMME training data for people to use:
After donwload this dataset, run
python tarxz_h5.py decompress --input_dir <robomme_data_h5_dir> --jobs 16 --remove_archive
to extract the xz files.