lerobot / pi0fast-libero

huggingface.co
Total runs: 5.9K
24-hour runs: 0
7-day runs: -2.1K
30-day runs: -3.5K
Model's Last Updated: February 21 2026
robotics

Introduction of pi0fast-libero

Model Details of pi0fast-libero

LeRobot Pi0Fast, Libero Checkpoint: 82.5 % SR on all tasks.

Eval info.json results: here

To evaluate:

tasks="libero_object,libero_spatial,libero_goal,libero_10"
lerobot-eval \
  --policy.path=lerobot/pi0fast-libero \
  --policy.device="cuda" \
  --policy.max_action_tokens=256 \
  --env.type=libero \
  --policy.gradient_checkpointing=false \
  --env.task=${tasks} \
  --eval.batch_size=1 \
  --eval.n_episodes=1 \
  --rename_map='{"observation.images.image":"observation.images.base_0_rgb","observation.images.image2":"observation.images.left_wrist_0_rgb"}'

π0 fast

π₀-FAST is a Vision-Language-Action model for general robot control that uses autoregressive next-token prediction to model continuous robot actions.

How to Get Started
import torch
from lerobot.policies.factory import make_pre_post_processors
import numpy as np
from lerobot.policies.pi0.modeling_pi0 import PI0FastPolicy

model_id = "lerobot/pi0fast-base"
model = PI0FastPolicy.from_pretrained(model_id)

# select your device here
device = torch.device("cuda")
preprocess, postprocess = make_pre_post_processors(
    model.config,
    model_id,
    preprocessor_overrides={"device_processor": {"device": str(device)}},
)

IMAGE_HEIGHT = 224
IMAGE_WIDTH = 224
batch_size = 1
prompt = "Pick up the red block and place it in the bin"

# Create random RGB images in [0, 255] uint8 range (as PIL images would be)
# Then convert to [0, 1] float32 range for LeRobot
def fake_rgb(h, w):
    arr = np.random.randint(0, 255, (h, w, 3), dtype=np.uint8)
    t = torch.from_numpy(arr).permute(2, 0, 1)  # CHW
    return t

DUMMY_STATE_DIM = 7
batch = {
    f"observation.images.base_0_rgb": torch.stack(
        [fake_rgb(IMAGE_HEIGHT, IMAGE_WIDTH) for _ in range(batch_size)]
    ).to(device),
    f"observation.images.left_wrist_0_rgb": torch.stack(
        [fake_rgb(IMAGE_HEIGHT, IMAGE_WIDTH) for _ in range(batch_size)]
    ).to(device),
    f"observation.images.right_wrist_0_rgb": torch.stack(
        [fake_rgb(IMAGE_HEIGHT, IMAGE_WIDTH) for _ in range(batch_size)]
    ).to(device),
    "observation.state": torch.randn(batch_size, DUMMY_STATE_DIM, dtype=torch.float32, device=device),
    "task": [prompt for _ in range(batch_size)],
}

batch = preprocess(batch)
action = model.select_action(batch)
# or if you're training, do:
# loss, output_dict = policy.forward(batch)
# loss.backward()
action = postprocess(action)
print(action)
How to Train the Model
python src/lerobot/scripts/lerobot_train.py \
    --dataset.repo_id=your_dataset \
    --policy.type=pi0_fast \
    --output_dir=./outputs/pi0fast_training \
    --job_name=pi0fast_training \
    --policy.pretrained_path=lerobot/pi0fast-base \
    --policy.dtype=bfloat16 \
    --policy.gradient_checkpointing=true \
    --policy.chunk_size=10 \
    --policy.n_action_steps=10 \
    --policy.max_action_tokens=256 \
    --steps=100000 \
    --batch_size=4 \
    --policy.device=cuda

Runs of lerobot pi0fast-libero on huggingface.co

5.9K
Total runs
0
24-hour runs
0
3-day runs
-2.1K
7-day runs
-3.5K
30-day runs

More Information About pi0fast-libero huggingface.co Model

More pi0fast-libero license Visit here:

https://choosealicense.com/licenses/gemma

pi0fast-libero huggingface.co

pi0fast-libero huggingface.co is an AI model on huggingface.co that provides pi0fast-libero's model effect (), which can be used instantly with this lerobot pi0fast-libero model. huggingface.co supports a free trial of the pi0fast-libero model, and also provides paid use of the pi0fast-libero. Support call pi0fast-libero model through api, including Node.js, Python, http.

pi0fast-libero huggingface.co Url

https://huggingface.co/lerobot/pi0fast-libero

lerobot pi0fast-libero online free

pi0fast-libero huggingface.co is an online trial and call api platform, which integrates pi0fast-libero's modeling effects, including api services, and provides a free online trial of pi0fast-libero, you can try pi0fast-libero online for free by clicking the link below.

lerobot pi0fast-libero online free url in huggingface.co:

https://huggingface.co/lerobot/pi0fast-libero

pi0fast-libero install

pi0fast-libero is an open source model from GitHub that offers a free installation service, and any user can find pi0fast-libero on GitHub to install. At the same time, huggingface.co provides the effect of pi0fast-libero install, users can directly use pi0fast-libero installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

pi0fast-libero install url in huggingface.co:

https://huggingface.co/lerobot/pi0fast-libero

Url of pi0fast-libero

pi0fast-libero huggingface.co Url

Provider of pi0fast-libero huggingface.co

lerobot
ORGANIZATIONS

Other API from lerobot

huggingface.co

Total runs: 166.9K
Run Growth: 78.8K
Growth Rate: 47.23%
Updated:January 22 2026
huggingface.co

Total runs: 26.9K
Run Growth: 15.6K
Growth Rate: 58.10%
Updated:June 03 2026
huggingface.co

Total runs: 20.6K
Run Growth: 1.2K
Growth Rate: 5.80%
Updated:July 29 2026
huggingface.co

Total runs: 6.1K
Run Growth: -5.5K
Growth Rate: -90.07%
Updated:September 19 2025
huggingface.co

Total runs: 3.0K
Run Growth: -278
Growth Rate: -9.12%
Updated:March 02 2026
huggingface.co

Total runs: 2.2K
Run Growth: -5.0K
Growth Rate: -234.12%
Updated:January 22 2026
huggingface.co

Total runs: 1.9K
Run Growth: -994
Growth Rate: -51.56%
Updated:March 05 2026
huggingface.co

Total runs: 1.6K
Run Growth: -3.1K
Growth Rate: -189.28%
Updated:September 19 2025
huggingface.co

Total runs: 1.1K
Run Growth: -3.6K
Growth Rate: -322.92%
Updated:February 20 2026
huggingface.co

Total runs: 956
Run Growth: -3.8K
Growth Rate: -397.18%
Updated:January 22 2026
huggingface.co

Total runs: 798
Run Growth: 798
Growth Rate: 100.00%
Updated:April 20 2026
huggingface.co

Total runs: 545
Run Growth: -158
Growth Rate: -28.99%
Updated:March 31 2025
huggingface.co

Total runs: 344
Run Growth: 115
Growth Rate: 33.43%
Updated:June 05 2026
huggingface.co

Total runs: 118
Run Growth: -4.0K
Growth Rate: -3347.46%
Updated:March 07 2025
huggingface.co

Total runs: 64
Run Growth: 0
Growth Rate: 0.00%
Updated:September 26 2025
huggingface.co

Total runs: 61
Run Growth: -107
Growth Rate: -175.41%
Updated:February 27 2026
huggingface.co

Total runs: 35
Run Growth: 0
Growth Rate: 0.00%
Updated:September 24 2025
huggingface.co

Total runs: 31
Run Growth: 31
Growth Rate: 100.00%
Updated:August 11 2026
huggingface.co

Total runs: 28
Run Growth: -39
Growth Rate: -139.29%
Updated:August 11 2026
huggingface.co

Total runs: 28
Run Growth: 28
Growth Rate: 100.00%
Updated:July 28 2026