Instructions to use Fleurrr/Prophet-World-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Cosmos
How to use Fleurrr/Prophet-World-Model with Cosmos:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 2,380 Bytes
096300f | 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 | ---
license: other
license_name: nvidia-open-model-license
base_model: nvidia/Cosmos-Predict2-2B-Video2World
library_name: cosmos
pipeline_tag: image-to-video
tags:
- robotics
- world-model
- action-conditioned-video
- cosmos
---
# Prophet World Model
Built on NVIDIA Cosmos.
Prophet is the single-view, history-aware, action-conditioned robot world model introduced in **Reinforcing Action Policies by Prophesying**. It predicts future robot-observation videos from an initial observation, a 20-step action chunk, and an optional history buffer and projected action-frame sequence.
## Released Variants
- `prophet-pretrained.pt`: heterogeneous robot-data pretrained checkpoint used for downstream adaptation.
- `prophet-bridge.pt`: full-parameter BRIDGE-adapted checkpoint.
- `prophet-libero.pt`: full-parameter LIBERO-adapted checkpoint.
Exact sizes and SHA-256 checksums are listed in `weights.json`.
Internal run identifiers, training dates, and exact checkpoint iterations are intentionally omitted from the public release metadata.
## Base Model and License
The checkpoints are derivative models of `nvidia/Cosmos-Predict2-2B-Video2World`. They are governed by the NVIDIA Open Model License included in `NVIDIA_OPEN_MODEL_LICENSE.md`. The repository source code is separately available under Apache-2.0.
Licensed by NVIDIA Corporation under the NVIDIA Open Model License.
## Intended Use
- Research on action-conditioned robot world models.
- Open-loop or autoregressive video rollout generation.
- Initialization for BRIDGE, LIBERO, or similarly formatted robot-data adaptation.
- Learned-simulator research with independent real-environment validation.
## Limitations
- Generated rollouts can hallucinate geometry, contacts, object state, or task success.
- Long autoregressive rollouts accumulate visual and dynamics errors.
- The model is not a replacement for real-robot safety validation or a certified simulator.
- Dataset-specific camera calibration and action semantics affect transfer quality.
- The released checkpoints are single-view; A2World multi-view models are not included.
## Citation
```bibtex
@article{zhang2025prophrl,
title={Reinforcing Action Policies by Prophesying},
author={Zhang, Jiahui and Huang, Ze and Gu, Chun and Ma, Zipei and Zhang, Li},
year={2025},
journal={arXiv preprint arXiv:2511.20633},
}
```
|