Downloads · 30 days
38
61% of all-time downloads
kzzwang/SLIM-LIBERO
SLIM-LIBERO is a robotics model from kzzwang. Use it for the robotics task on the model card, and read the license before you ship it in a product. It is set up for slim-policy. The card lists the license as other.
This repository contains the released SLIM Stage 2 policy checkpoint for LIBERO and LIBERO-Plus. SLIM is a compact latent interaction policy for robot manipulation.
Downloads · 30 days
38
61% of all-time downloads
All-time downloads
62
Public
Repo size
945 MB
Likes
0
Public
Click a slice to open those files.
.pt945 MB · 100%
From the Hugging Face model README
This repository contains the released SLIM Stage 2 policy checkpoint for LIBERO and LIBERO-Plus. SLIM is a compact latent interaction policy for robot manipulation.
torchvision_avThe checkpoint is a plain PyTorch state_dict and loads directly with
SLIM.
| Benchmark | Coverage | Score |
|---|---|---|
| LIBERO | 2,000 / 2,000 | 97.50% |
| LIBERO-Plus | 10,030 / 10,030 | 77.45% |
LIBERO suite scores are 94.40% (LIBERO-10), 99.40% (Spatial), 99.40%
(Object), and 96.80% (Goal). The complete LIBERO-Plus suite/category reports
are included under evaluation/.
Install SLIM and configure the DINOv2 and T5 paths as described in the SLIM README. Then run a policy server from the SLIM repository root:
python -m slim.serving.server \
--checkpoint /path/to/SLIM-LIBERO/checkpoints/epoch_40_pytorch_model.pt \
--port 10093 \
--bf16
The checkpoint requires the included config.yaml and action_stats.json to
remain in the repository root. See checkpoint_manifest.json for hashes and
the exact release revision.
This checkpoint is intended for research evaluation in LIBERO-compatible simulation environments. It should not be deployed on physical robots without task-specific safety validation and action-bound checks.