EXP5_10_a100

openpi π₀.₅ policy checkpoint.

  • Train config: pi05_Franka_EXP5_10

  • Experiment: EXP5_10_a100

  • Checkpoints in this repo:

  • step_1000/

  • step_1999/

Each folder is one training step and is self-contained.

Contents

Path Purpose
step_1000/params/ Model weights. Required to serve the policy.
step_1000/assets/ Normalization statistics. Required to serve the policy.
step_1000/train_state/ Optimizer state. Only present if uploaded with --include-train-state; needed to resume training.

Usage

from huggingface_hub import snapshot_download
from openpi.policies import policy_config
from openpi.training import config as _config

ckpt = snapshot_download("saifahmad123/EXP5_10_a100", allow_patterns="step_1000/*") + "/step_1000"
train_config = _config.get_config("pi05_Franka_EXP5_10")
policy = policy_config.create_trained_policy(train_config, ckpt)

action_chunk = policy.infer(observation)["actions"]
Downloads last month

-

Downloads are not tracked for this model. How to track
Video Preview
loading