Improve model card and add metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,8 +1,23 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
-
|
| 6 |
|
|
|
|
| 7 |
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: robotics
|
| 4 |
---
|
| 5 |
|
| 6 |
+
# RoboMME: Benchmarking and Understanding Memory for Robotic Generalist Policies
|
| 7 |
|
| 8 |
+
[Arxiv Paper](https://arxiv.org/abs/2603.04639) | [HF Paper](https://huggingface.co/papers/2603.04639) | [Website](https://robomme.github.io/) | [Benchmark Code](https://github.com/RoboMME/robomme_benchmark) | [Policy Learning Code](https://github.com/RoboMME/robomme_policy_learning)
|
| 9 |
|
| 10 |
+
This repository contains the model checkpoint for `perceptual-framesamp-modul` trained for 80k steps. This model is part of the **RoboMME** suite, a large-scale standardized benchmark for evaluating and advancing Vision-Language-Action (VLA) models in long-horizon, history-dependent robotic manipulation scenarios.
|
| 11 |
+
|
| 12 |
+
RoboMME introduces a taxonomy evaluating temporal, spatial, object, and procedural memory across 16 manipulation tasks. This specific checkpoint is one of the 14 memory-augmented VLA variants built on the $\pi_{0.5}$ backbone explored in the research.
|
| 13 |
+
|
| 14 |
+
## Citation
|
| 15 |
+
|
| 16 |
+
```bibtex
|
| 17 |
+
@article{dai2026robomme,
|
| 18 |
+
title={RoboMME: Benchmarking and Understanding Memory for Robotic Generalist Policies},
|
| 19 |
+
author={Dai, Yinpei and Fu, Hongze and Lee, Jayjun and Liu, Yuejiang and Zhang, Haoran and Yang, Jianing and Finn, Chelsea and Fazeli, Nima and Chai, Joyce},
|
| 20 |
+
journal={arXiv preprint arXiv:2603.04639},
|
| 21 |
+
year={2026}
|
| 22 |
+
}
|
| 23 |
+
```
|