File size: 1,761 Bytes
f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 f5cd093 dc1a082 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | ---
pretty_name: RIFT Checkpoint
license: apache-2.0
library_name: pytorch
base_model: Wan-AI/Wan2.2-TI2V-5B
datasets:
- yuanty/LIBERO-fastwam
tags:
- robotics
- robot-learning
- world-action-model
- flow-matching
- libero
- arxiv:2608.11521
---
# RIFT Checkpoint
Official checkpoint for
**[Keep the Future, Drop the Rollout: RIFT for World Action Models](https://arxiv.org/abs/2608.11521)**.
## Project
- Paper: https://arxiv.org/abs/2608.11521
- Code: https://github.com/ChushanZhang/RIFT
- Dataset: https://huggingface.co/datasets/yuanty/LIBERO-fastwam
## Files
```text
rift_step021700.pt
dataset_stats.json
config.yaml
```
- `rift_step021700.pt`: released RIFT checkpoint for LIBERO
- `dataset_stats.json`: normalization statistics used by the checkpoint
- `config.yaml`: model configuration
Keep `dataset_stats.json` with the checkpoint during evaluation.
`rift_step021700.pt` uses PyTorch serialization. Download it only from this
repository and load it with `weights_only=True`.
## Download
```bash
pip install -U huggingface_hub
hf download PoopBear/RIFT \
rift_step021700.pt \
dataset_stats.json \
config.yaml \
--local-dir ./checkpoints/rift
```
Evaluation commands are provided in the
[RIFT repository](https://github.com/ChushanZhang/RIFT#benchmark-evaluation).
## Citation
```bibtex
@article{zhang2026rift,
title={Keep the Future, Drop the Rollout: RIFT for World Action Models},
author={Zhang, Chushan and Tong, Jinguang and Li, Xuesong and Wang, Yikai and Li, Hongdong},
journal={arXiv preprint arXiv:2608.11521},
year={2026}
}
```
## License
The checkpoint is distributed under the Apache License 2.0. RIFT source code
is distributed separately under the MIT License. See `NOTICE` for attribution.
|