Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- zh
|
6 |
+
task_categories:
|
7 |
+
- image-to-image
|
8 |
+
size_categories:
|
9 |
+
- 100K<n<1M
|
10 |
---
|
11 |
+
# Model Card for *MineDreamer* 🔥
|
12 |
+
|
13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
14 |
+
|
15 |
+
[](https://arxiv.org/abs/2403.12037)
|
16 |
+
|
17 |
+
[](https://sites.google.com/view/minedreamer/main)
|
18 |
+
|
19 |
+
*MineDreamer* is an instructable embodied agent for simulated control and it is developed on top of recent advances in Multimodal Large Language Models (MLLMs) and diffusion models!
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
<p align="center">
|
24 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/63f08dc79cf89c9ed1bb89cd/S62I1Tn5qz5qJ3IkgMHH8.png" width=93%>
|
25 |
+
<p>
|
26 |
+
|
27 |
+
*MineDreamer* can follow instructions steadily by employing a Chain-of-Imagination (CoI) mechanism to envision the step-by-step process of executing instructions and translating imaginations into more precise visual prompts tailored to the current state; subsequently, it generates keyboard-and-mouse actions to efficiently achieve these imaginations,
|
28 |
+
|
29 |
+
|
30 |
+
<p align="center">
|
31 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/63f08dc79cf89c9ed1bb89cd/LJxBMChCFng_RkXwUotfk.png" width=93%>
|
32 |
+
<p>
|
33 |
+
|
34 |
+
**This repo is used for hosting MineDreamer's Goal Drift Dataset.**
|
35 |
+
|
36 |
+
For more details or tutorials see https://github.com/Zhoues/MineDreamer.
|