File size: 1,296 Bytes
83cb7f2
 
7882ebb
 
 
 
 
 
 
 
 
83cb7f2
7882ebb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
baa3bea
 
 
 
 
7882ebb
 
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
---
license: mit
pretty_name: Faster-WAM Checkpoints
library_name: pytorch
tags:
- robotics
- robot-learning
- imitation-learning
- embodied-ai
- libero
- robotwin
---

# Faster-WAM Checkpoints

This repository provides the official checkpoints for **[Faster-WAM: Efficient Inference-Time Future Conditioning for Robust World Action Models](https://arxiv.org/pdf/2608.04404)**.

## Files

```text
libero/
β”œβ”€β”€ step_021700.pt
└── dataset_stats.json
robotwin/
β”œβ”€β”€ step_029355.pt
└── dataset_stats.json
```

- `libero/step_021700.pt`: checkpoint for LIBERO and LIBERO-Plus evaluation.
- `robotwin/step_029355.pt`: checkpoint for RoboTwin evaluation.
- `dataset_stats.json`: dataset statistics required by the corresponding evaluation pipeline.

## Links

- Code: [https://github.com/hustvl/FasterWAM](https://github.com/hustvl/FasterWAM)
- Paper: [https://arxiv.org/pdf/2608.04404](https://arxiv.org/pdf/2608.04404)

## Citation

```bibtex
@article{zhao2026faster,
  title   = {Faster-WAM: Efficient Inference-Time Future Conditioning for Robust World Action Models},
  author  = {Zhao, Weiheng and Jiang, Haoyi and Shi, Xin and Liu, Liu and Huang, Fan and Su, Zhizhong and Sui, Wei and Wang, Xinggang},
  journal = {arXiv preprint arXiv:2608.04404},
  year    = {2026}
}
```