CoolFace
Datasetpublic

alexhegit/so101-simstudio-lab01-pnp

SO-101 Lab01 Pick-and-Place Dataset Expert demonstrations for MuJoCo sim2sim pick-and-place, recorded with SO-101 SimStudio (real leader arm → MuJoCo follower, LeRobot v3.0). Episodes 50 @ 20 Hz Task Pick up the cube and place it in the box. Robot so101_mujoco (6-D joint position actions) Cameras camera_front, camera_top, camera_wrist (640×480) Documentation Resource Link SimStudio repo rocPAI-Forge/so101-simstudio Lab 01… See the full description on the dataset page: https://huggingface.co/datasets/alexhegit/so101-simstudio-lab01-pnp.

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes76downloads
Dataset Card

SO-101 Lab01 Pick-and-Place Dataset

Expert demonstrations for MuJoCo sim2sim pick-and-place, recorded with [SO-101 SimStudio](https://github.com/rocPAI-Forge/so101-simstudio) (real leader arm → MuJoCo follower, LeRobot v3.0).

Episodes50 @ 20 Hz
TaskPick up the cube and place it in the box.
Robotso101_mujoco (6-D joint position actions)
Camerascamera_front, camera_top, camera_wrist (640×480)

Documentation

ResourceLink
SimStudio reporocPAI-Forge/so101-simstudio
Lab 01 (record → validate → train → eval)labs/lab01_pnp/lab01_pnp.md

For recording setup, validation, replay, and training commands, see Lab 01 in the repo above.

Fine-tuned policy

Policies trained on this dataset:

Quick load

python
from lerobot.datasets import LeRobotDataset

dataset = LeRobotDataset("alexhegit/so101-simstudio-lab01-pnp")
sample = dataset[0]