LaWAM Checkpoints
Collection
Released checkpoints for LaWAM: latent action model, pretraining, and downstream SFT policies for LIBERO and RoboTwin. • 5 items • Updated
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
This directory is the minimal release package needed by LaWAM training.
Kept files:
dino_large_vae.yaml: LAM model configuration consumed by lam_yaml_path.checkpoints/pytorch_model.pt: LAM release checkpoint consumed by
lam_ckpt_path. It keeps only the state_dict needed by LaWAM training and
inference.Example LaWAM config:
framework:
action_model:
lam_ckpt_path: "latent_action_model/logs/dino_large_vae/lam_release/checkpoints/pytorch_model.pt"
lam_yaml_path: "latent_action_model/logs/dino_large_vae/lam_release/dino_large_vae.yaml"