Michi-Tsubaki/hand_over_the_forceps_to_the_hand
Viewer • Updated • 21.3k • 10
How to use Michi-Tsubaki/nextage_forceps_act with LeRobot:
ACT policy checkpoints for the NEXTAGE task of handing forceps to a hand.
The root model.safetensors and config.json are the final checkpoint at step 5,000. The complete checkpoint history is available in checkpoint_001000 through checkpoint_005000. stats.npz contains the dataset statistics used by the training and evaluation pipeline, and train_args.json records the complete training arguments.
from huggingface_hub import snapshot_download
from lerobot.policies.act.modeling_act import ACTPolicy
checkpoint_dir = snapshot_download("Michi-Tsubaki/nextage_forceps_act")
policy = ACTPolicy.from_pretrained(checkpoint_dir)
To load an intermediate checkpoint, pass its downloaded subdirectory to ACTPolicy.from_pretrained, for example checkpoint_003000.