lidavidsh/franka-pick-kitchen-100ep-genesis
Franka Pick-Cube — Kitchen Scene (100 episodes) Synthetic expert demonstrations of a Franka Panda picking a red cube in a realistic kitchen environment (rustic_kitchen GLB scene), generated with the Genesis physics simulator on an AMD Radeon AI PRO R9700 (RDNA4) GPU. Part of the Robot Synthetic Data Generation Workshop. See also the companion flat-scene dataset: lidavidsh/franka-pick-100ep-genesis Dataset Details Item Value Format LeRobot v3.0, AV1… See the full description on the dataset page: https://huggingface.co/datasets/lidavidsh/franka-pick-kitchen-100ep-genesis.
Franka Pick-Cube — Kitchen Scene (100 episodes)
Synthetic expert demonstrations of a Franka Panda picking a red cube in a realistic kitchen environment (rustic_kitchen GLB scene), generated with the Genesis physics simulator on an AMD Radeon AI PRO R9700 (RDNA4) GPU.
Part of the Robot Synthetic Data Generation Workshop.
See also the companion flat-scene dataset: `lidavidsh/franka-pick-100ep-genesis`
Dataset Details
Usage
from lerobot.datasets.lerobot_dataset import LeRobotDataset
dataset = LeRobotDataset("lidavidsh/franka-pick-kitchen-100ep-genesis")
print(f"Episodes: {dataset.meta.total_episodes}, Frames: {len(dataset)}")Training with SmolVLA
python scripts/02_train_vla.py \
--dataset-id lidavidsh/franka-pick-kitchen-100ep-genesis \
--n-steps 2000 --batch-size 4 --num-workers 4 \
--save-dir outputs/smolvla_kitchenEvaluation (kitchen scene)
python scripts/04_eval_custom_scene.py \
--policy-type smolvla \
--checkpoint outputs/smolvla_kitchen/final \
--dataset-id lidavidsh/franka-pick-kitchen-100ep-genesis \
--n-episodes 10 --max-steps 150 --seed 99Scene Comparison
Data Generation
Generated with 02_gen_data_custom_scene.py using IK-planned trajectories:
home → hover above cube → descend → close gripper → lift → holdCube XY positions are randomized within the robot's reachable workspace (seed=42 for reproducibility).
