CoolFace
Datasetpublic

kimtaeyeong1229/AutoBio-screw_tighten-mujoco-v30

AutoBio — Screw on centrifuge tube cap (MuJoCo, LeRobot v3.0) Screw on centrifuge tube cap (hard level) 태스크의 LeRobot v3.0 변환본입니다. 이 저장소는 원본 데이터를 재배포한 것입니다. 데이터와 시뮬레이션 환경을 만든 것은 AutoBio 저자들이며, 이 저장소는 LeRobot v2.1 → v3.0 포맷 변환만 수행했습니다. 내용(에피소드, 프레임, 액션, 영상)은 원본과 동일합니다. 원본 원본 데이터셋: autobio-bench/screw_tighten-mujoco 코드: autobio-bench/AutoBio 논문: AutoBio: A Simulation and Benchmark for Robotic Automation in Digital Biology Laboratory 라이선스: MIT (원본과 동일)… See the full description on the dataset page: https://huggingface.co/datasets/kimtaeyeong1229/AutoBio-screw_tighten-mujoco-v30.

sourceHugging Facemitupdated 17d agoView on Hugging Face
0likes126downloads
Dataset Card

AutoBio — Screw on centrifuge tube cap (MuJoCo, LeRobot v3.0)

Screw on centrifuge tube cap (hard level) 태스크의 LeRobot v3.0 변환본입니다.

이 저장소는 원본 데이터를 재배포한 것입니다. 데이터와 시뮬레이션 환경을 만든 것은 AutoBio 저자들이며, 이 저장소는 LeRobot v2.1 → v3.0 포맷 변환만 수행했습니다. 내용(에피소드, 프레임, 액션, 영상)은 원본과 동일합니다.

원본

이 변환본이 원본과 다른 점

원본이 저장소
LeRobot codebase versionv2.1v3.0
데이터 레이아웃에피소드당 parquet 1개청크 단위로 묶인 parquet
영상 레이아웃에피소드당 mp4 1개청크 단위로 이어붙인 mp4
에피소드 통계stats.json (전체)meta/episodes/ (에피소드별)

v3.0 레이아웃은 파일 수가 적어 대규모 데이터셋에서 로딩과 통계 계산이 빠릅니다.

사양

  • —에피소드 100 / 프레임 154,830 / fps 50
  • —로봇: aloha · 카메라 3대 (image, wristimage, wristimage_2)
featuredtypeshape
statefloat32[14]
actionsfloat32[14]
imagevideo[224, 224, 3]
wrist_imagevideo[224, 224, 3]
wrist_image_2video[224, 224, 3]
timestampfloat32[1]
frame_indexint64[1]
episode_indexint64[1]
indexint64[1]
task_indexint64[1]

사용

python
from lerobot.datasets.lerobot_dataset import LeRobotDataset
ds = LeRobotDataset("kimtaeyeong1229/AutoBio-screw_tighten-mujoco-v30")

인용

bibtex
@article{{lan2025autobio,
  title={{AutoBio: A Simulation and Benchmark for Robotic Automation in Digital Biology Laboratory}},
  author={{Lan, Zhiqian and Jiang, Yuxuan and Wang, Ruiqi and Xie, Xuanbing and Zhang, Rongkui
          and Zhu, Yicheng and Li, Peihang and Yang, Tianshuo and Chen, Tianxing and Gao, Haoyu
          and Yang, Xiaokang and Li, Xuelong and Zhang, Hongyuan and Mu, Yao and Luo, Ping}},
  journal={{arXiv preprint arXiv:2505.14030}},
  year={{2025}}
}}