Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -13,13 +13,13 @@ tags:
|
|
| 13 |
|
| 14 |
This repository hosts the trained model weights and sample data for the project [**Demystifying World Models: A Playable Diffusion Model**](https://github.com/nlml/interactive-diffusion).
|
| 15 |
|
|
|
|
| 16 |
- **GitHub Repository**: [nlml/interactive-diffusion](https://github.com/nlml/interactive-diffusion)
|
| 17 |
-
- **Blog Post**: [A Playable Diffusion Model](https://github.com/nlml/interactive-diffusion/blob/main/post.md)
|
| 18 |
|
| 19 |
## Contents
|
| 20 |
|
| 21 |
- `model.pt`: 145 MB checkpoint (optimizer stripped) of the `CausalSpatiotemporalDiT` trained with context noise augmentation (50,000 steps).
|
| 22 |
-
- `sample_data/`: Sample shard 0
|
| 23 |
|
| 24 |
## Quickstart
|
| 25 |
|
|
|
|
| 13 |
|
| 14 |
This repository hosts the trained model weights and sample data for the project [**Demystifying World Models: A Playable Diffusion Model**](https://github.com/nlml/interactive-diffusion).
|
| 15 |
|
| 16 |
+
- **Blog Post**: [A Playable Diffusion Model](https://nlml.github.io/generative-models/interactive-diffusion-1/)
|
| 17 |
- **GitHub Repository**: [nlml/interactive-diffusion](https://github.com/nlml/interactive-diffusion)
|
|
|
|
| 18 |
|
| 19 |
## Contents
|
| 20 |
|
| 21 |
- `model.pt`: 145 MB checkpoint (optimizer stripped) of the `CausalSpatiotemporalDiT` trained with context noise augmentation (50,000 steps).
|
| 22 |
+
- `sample_data/`: Sample shard 0 (`shard_00000_*`) containing gameplay frames, actions, and valid episode masks collected from `CarRacing-v3`.
|
| 23 |
|
| 24 |
## Quickstart
|
| 25 |
|