init
Browse files- README.md +47 -3
- config.json +6 -0
- dynamics.pt +3 -0
- tokenizer.pt +3 -0
README.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- reinforcement learning
|
| 5 |
+
- world model
|
| 6 |
+
- continuous control
|
| 7 |
+
- robotics
|
| 8 |
+
pipeline_tag: reinforcement-learning
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Dreamer 4 Models for Continuous Control
|
| 12 |
+
|
| 13 |
+
Checkpoints released as part of an effort to open-source world model research. See [https://github.com/nicklashansen/dreamer4](https://github.com/nicklashansen/dreamer4) for detailed instructions on how to use the released model checkpoints!
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
# Citations
|
| 17 |
+
|
| 18 |
+
If you find our work useful, please consider citing us as:
|
| 19 |
+
|
| 20 |
+
```
|
| 21 |
+
@misc{Hansen2026Dreamer4PyTorch,
|
| 22 |
+
title={Dreamer 4 in PyTorch},
|
| 23 |
+
author={Nicklas Hansen},
|
| 24 |
+
year={2026},
|
| 25 |
+
publisher={GitHub},
|
| 26 |
+
journal={GitHub repository},
|
| 27 |
+
howpublished={\url{https://github.com/nicklashansen/dreamer4}},
|
| 28 |
+
}
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
+
as well as the original Dreamer 4 paper:
|
| 32 |
+
|
| 33 |
+
```
|
| 34 |
+
@misc{Hafner2025TrainingAgents,
|
| 35 |
+
title={Training Agents Inside of Scalable World Models},
|
| 36 |
+
author={Danijar Hafner and Wilson Yan and Timothy Lillicrap},
|
| 37 |
+
year={2025},
|
| 38 |
+
eprint={2509.24527},
|
| 39 |
+
archivePrefix={arXiv},
|
| 40 |
+
primaryClass={cs.AI},
|
| 41 |
+
url={https://arxiv.org/abs/2509.24527},
|
| 42 |
+
}
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
## Contact
|
| 46 |
+
|
| 47 |
+
Correspondence to: [Nicklas Hansen](https://nicklashansen.github.io)
|
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Dreamer 4",
|
| 3 |
+
"format": "torch",
|
| 4 |
+
"notes": "Model checkpoints for Dreamer 4. See https://github.com/nicklashansen/dreamer4 for details.",
|
| 5 |
+
"repo_id": "nicklashansen/dreamer4"
|
| 6 |
+
}
|
dynamics.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c0e0d3d7bf366947509fb6a0a90953785ab6f41e617b4edf7f491f87db3d773
|
| 3 |
+
size 511868041
|
tokenizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a2cb0e3f381a5c5375a666e3f3012793482c3033975a4d40337269009f100d1
|
| 3 |
+
size 256658341
|