open_drawer teleoperation task.lerobot/pi05_base on
CoRL2026-CSI/SO101-Teleop-Open_drawer_100epi and saved after the final
training step.pi05lerobot/pi05_baseCoRL2026-CSI/SO101-Teleop-Open_drawer_100epi2200632224 x 224bfloat16observation.images.base_0_rgb: visual input, shape [3, 224, 224]observation.images.left_wrist_0_rgb: visual input, shape [3, 224, 224]observation.images.right_wrist_0_rgb: visual input, shape [3, 224, 224]observation.state: robot state, shape [32]action: robot action, shape [6]observation.images.top -> observation.images.base_0_rgbobservation.images.left_wrist -> observation.images.left_wrist_0_rgb22003242.5e-50.037913359722001408006.2694808086--policy.path at this Hub repo:1lerobot-record \
2 --robot.type=<your_robot_type> \
3 --dataset.repo_id=<your_eval_dataset_repo> \
4 --policy.path=CoRL2026-CSI/pi05_teleop_open_drawer \
5 --episodes=101from lerobot.policies.pi05.modeling_pi05 import PI05Policy
2
3policy = PI05Policy.from_pretrained("CoRL2026-CSI/pi05_teleop_open_drawer")
4policy.eval()model.safetensors: policy weightsconfig.json: Pi0.5 policy configurationtrain_config.json: training configurationpolicy_preprocessor.json: saved policy input processor pipelinepolicy_postprocessor.json: saved policy output processor pipeline*_processor.safetensors: normalization and unnormalization state