Views
No views yet
| mode | Object | Spatial | Goal | Long | mean |
|---|---|---|---|---|---|
| sync K=8 | 98.5 | 96.0 | 96.5 | 89.0 | 95.0 |
| async K=8 | 98.0 | 95.0 | 95.5 | 85.5 | 93.5 |
twanghcmut/bridgequant-async-libero-{object-100,spatial-98,goal-95,long-94}
repos.object/, spatial/, goal/, long/) is a self-contained
eval-ready bundle:model.safetensors — trainable weights (connector + action head + finetuned
backbone deltas, exported by requires_grad)norm_stats.json — action/state normalization (mean/std)config.json, metadata.json — bundle metadatabridgequant_vla.yaml / train_config.yaml — the exact training config
(configs are self-contained: policy + eval + train)1git clone https://github.com/<repo>/bridgequant-async # project code
2uv run python scripts/eval_libero_object.py \
3 --config <suite>/train_config.yaml \
4 --checkpoint <suite>/ \
5 --n-action-steps 8 \
6 --output-dir eval_outputs/unified_<suite>chunk_size=16 is baked
into the weights; K (--n-action-steps) is freely tunable ≤ 16.