Views
No views yet

pandaimage, wrist_image| Feature | Type | Shape |
|---|---|---|
observation.images.image | VISUAL | (3, 256, 256) |
observation.images.image2 | VISUAL | (3, 256, 256) |
observation.state | STATE | (8,) |
observation.images.empty_camera_0 | VISUAL | (3, 224, 224) |
| Feature | Type | Shape |
|---|---|---|
action | ACTION | (7,) |
| Setting | Value |
|---|---|
| Training steps | 1000 |
| Batch size | 32 |
| Optimizer | xvla-adamw |
| Learning rate | 0.0001 |
| Seed | 1000 |
| LeRobot version | 0.5.2 |
lerobot package.lerobot-* commands.1lerobot-rollout \
2 --strategy.type=base \
3 --robot.type=panda \
4 --robot.port=<your_robot_port> \
5 --robot.cameras="{ <camera_1>: {type: opencv, index_or_path: <index_or_path>, width: 640, height: 480, fps: 30}, <camera_2>: {type: opencv, index_or_path: <index_or_path>, width: 640, height: 480, fps: 30}}" \
6 --policy.path=danielyeh2026/xvla-libero_10-1000step-ee6d \
7 --task="put the white mug on the left plate and put the yellow and white mug on the right plate" \
8 --duration=60<...> placeholders with your own values: --robot.port and the camera names/indices are specific to your machine, and the camera names must match the observation keys this policy was trained on.--strategy.type=base is used the script doesn't record the episodes. Skipping duration will make the policy run indefinitely. For more information look at rollout documentation.1lerobot-train \
2 --dataset.repo_id=${HF_USER}/<dataset> \
3 --policy.path=lerobot/xvla-base \
4 --output_dir=outputs/train/<policy_repo_id> \
5 --job_name=lerobot_training \
6 --policy.device=cuda \
7 --policy.repo_id=${HF_USER}/<policy_repo_id> \
8 --wandb.enable=trueoutputs/train/<policy_repo_id>/checkpoints/.1@misc{cadene2024lerobot,
2 author = {Cadene, Remi and Alibert, Simon and Soare, Alexander and Gallouedec, Quentin and Zouitine, Adil and Palma, Steven and Kooijmans, Pepijn and Aractingi, Michel and Shukor, Mustafa and Aubakirova, Dana and Russi, Martino and Capuano, Francesco and Pascal, Caroline and Choghari, Jade and Moss, Jess and Wolf, Thomas},
3 title = {LeRobot: State-of-the-art Machine Learning for Real-World Robotics in Pytorch},
4 howpublished = "\url{https://github.com/huggingface/lerobot}",
5 year = {2024}
6}