Robotics
LeRobot
Safetensors
pi05
so101
busybox
ablation

pi05 · BusyBox "push the green button" · variant norm_minmax

Ablation arm norm_minmax (group normalization) of the π0.5 fine-tuning study in experimental/lerobot_policy_pi05/ (alpha-robotics, branch policy_test_fanqi).

  • Description: b0 with MIN_MAX normalisation for state and action (maps the observed joint range to [-1, 1]).
  • Hypothesis: Direct LeRobot analogue of villekuosmanen/pi05_busybox_multitask_minmax, the openpi checkpoint whose min-max normalisation lifted this task from 20% to 40% on the leaderboard. If it beats b0 here too, the effect is real and not an openpi artefact.
  • Base weights: lerobot/pi05_base @ a538eb27 (LeRobot 0.5.1, --policy.pretrained_path; pinned because later revisions of the base use a processor step 0.5.1 cannot load)
  • Dataset: armnet/busybox_push_green_button — all 39 episodes (no hold-out; robot eval only)
  • Published checkpoint: step 10000 (root of this repo, tag step-10000)
  • Earlier checkpoints: fanqi-robo/pi05_busybox_push_green_button_norm_minmax_ckpts (checkpoints/<step>/pretrained_model, newest 2); full history on the Modal Volume pi05-busybox-ckpts
  • W&B: https://wandb.ai/fanqi-robo-saferobotics/pi05_busybox_push_green_button

Evaluate

The only test is the real robot: submit fanqi-robo/pi05_busybox_push_green_button_norm_minmax on https://huggingface.co/spaces/armnet/armnet-eval (embodiment lerobot/so-101, task push_green_button, 20 rollouts, variation seed 42). There is no held-out split. Loading needs lerobot[pi] and a Hub token that can read the gated google/paligemma-3b-pt-224 tokenizer.

Training config (lerobot-train --config_path=...)

policy:
  type: pi05
  pretrained_path: lerobot/pi05_base
  device: cuda
  dtype: bfloat16
  gradient_checkpointing: true
  compile_model: false
  chunk_size: 50
  n_action_steps: 50
  num_inference_steps: 10
  tokenizer_max_length: 200
  freeze_vision_encoder: false
  train_expert_only: false
  use_relative_actions: false
  normalization_mapping:
    VISUAL: IDENTITY
    STATE: MIN_MAX
    ACTION: MIN_MAX
  optimizer_lr: 2.5e-05
  optimizer_weight_decay: 0.01
  optimizer_grad_clip_norm: 1.0
  scheduler_warmup_steps: 1000
  scheduler_decay_steps: 30000
  scheduler_decay_lr: 2.5e-06
  push_to_hub: false
  repo_id: fanqi-robo/pi05_busybox_push_green_button_norm_minmax
dataset:
  repo_id: armnet/busybox_push_green_button
  episodes:
  - 0
  - 1
  - 2
  - 3
  - 4
  - 5
  - 6
  - 7
  - 8
  - 9
  - 10
  - 11
  - 12
  - 13
  - 14
  - 15
  - 16
  - 17
  - 18
  - 19
  - 20
  - 21
  - 22
  - 23
  - 24
  - 25
  - 26
  - 27
  - 28
  - 29
  - 30
  - 31
  - 32
  - 33
  - 34
  - 35
  - 36
  - 37
  - 38
  image_transforms:
    enable: false
batch_size: 32
num_workers: 8
steps: 10000
save_freq: 2000
eval_freq: -1
log_freq: 20
seed: 1000
job_name: pi05_bb_green_norm_minmax
output_dir: /root/outputs/train/pi05_bb_green_norm_minmax
wandb:
  enable: true
  entity: fanqi-robo-saferobotics
  project: pi05_busybox_push_green_button
  mode: online
  disable_artifact: true
Downloads last month
12
Safetensors
Model size
4B params
Tensor type
F32
·
BF16
·
Video Preview
loading

Model tree for fanqi-robo/pi05_busybox_push_green_button_norm_minmax

Finetuned
(653)
this model

Dataset used to train fanqi-robo/pi05_busybox_push_green_button_norm_minmax