Views
No views yet
| File | Steps | LIBERO-90 (90 tasks x 10 trials) |
|---|---|---|
checkpoints/step-100000-epoch-22-loss=0.0261.pt | 100k | 87.0% (783/900) -- best |
checkpoints/step-140000-epoch-31-loss=0.0289.pt | 140k (from scratch) | 85.2% (767/900) -- matched-step vs. latent |
latent-ecot-coconut-libero90 repo.vq/
folder from this repo at the working directory root, then:1from prismatic.models import load_vla
2vla = load_vla("<repo_dir>/checkpoints/step-100000-epoch-22-loss=0.0261.pt",
3 hf_token="", load_for_training=False)
4action_chunk, info = vla.predict_action(
5 image, instruction, unnorm_key="libero_lm_90",
6 use_ecot=True, return_action_chunk=True, return_info=True) # info["reasoning_text"]