StarVLA/Qwen3-VL-GR00T-Robocasa-gr1
StarVLA QwenGR00T Qwen3-VL-4B for RoboCasa GR1 (90K)
This repository contains the uploaded 90,000-step checkpoint from the 1226_fourier_gr1_unified_1000_QwenGR00T_qwen3 run. It is a state-conditioned StarVLA QwenGR00T policy trained on the 24-task Fourier GR1 RoboCasa mixture. Although the run configuration targets 100K and summary.jsonl lists a 100K step, the only published weight file is the 90K checkpoint.
Model details
The public GR1 data configuration orders state and action as left arm (7), right arm (7), left hand (6), right hand (6), and waist (3), for 29 raw dimensions. StateActionSinCosTransform expands the raw state to the model's configured 58D representation. Actions use per-key min-max normalization.
Training data
The mixture contains 24 GR1 tabletop pick-and-place tasks, with 1,000 trajectories named for each task in the public registry. The packaged statistics report 24,000 trajectories under the gr1 embodiment key.
Training details
No training hardware, global batch size, precision mode, or exact resume source is recorded in the Hub YAML, so those fields are not inferred here.
Related project-reported evaluation
The public RoboCasa GR1 evaluation guide links this repository for Qwen3VL-GR00T and reports the following result:
The published table names the model family but does not record a checkpoint step, SHA, or evaluation log bundle. Therefore 47.8% is a related project-reported result and is not presented as independently verified for the uploaded 90K artifact. Reproducible attribution requires the original rollout outputs or a checkpoint identifier from the evaluation run.
Files
config.yaml
dataset_statistics.json
summary.jsonl
checkpoints/
└── steps_90000_pytorch_model.ptKeep the configuration and gr1 statistics with the checkpoint. The summary file enumerates saved training steps but contains no evaluation metrics.
Loading and evaluation
huggingface-cli download StarVLA/Qwen3-VL-GR00T-Robocasa-gr1 \
--local-dir Qwen3-VL-GR00T-Robocasa-gr1
export CKPT=$PWD/Qwen3-VL-GR00T-Robocasa-gr1/checkpoints/steps_90000_pytorch_model.pt
python deployment/model_server/server_policy.py \
--ckpt_path "$CKPT" \
--port 5678 \
--use_bf16Run the RoboCasa simulator in a separate environment following the evaluation guide linked above. Keep state input enabled for this GR00T checkpoint and use normalization key gr1. The --no_send_state note in that guide applies to the separate QwenOFT release, not this model.
Intended use and limitations
This checkpoint is intended for the 24-task RoboCasa GR1 tabletop simulation with the exact ego-camera, state/action ordering, and normalization contract above. The uploaded files do not prove the reported 47.8% result belongs to step 90K, and they do not document the resume source or VLM revision. Transfer to other GR1 stacks, camera layouts, robots, or real hardware is unverified. The policy is not safety-tuned.
