Add dataset card and metadata
#2
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- robotics
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# SimWorld Studio
|
| 8 |
+
|
| 9 |
+
[SimWorld Studio](https://huggingface.co/papers/2605.09423) is an open-source platform built on Unreal Engine 5 for generating evolving embodied learning environments. At its core is **SimCoder**, a tool/skill-augmented coding agent that writes and executes engine-level code to construct physically grounded 3D worlds from language or image instructions.
|
| 10 |
+
|
| 11 |
+
## Links
|
| 12 |
+
|
| 13 |
+
- **Paper:** [SimWorld Studio: Automatic Environment Generation with Evolving Coding Agent for Embodied Agent Learning](https://huggingface.co/papers/2605.09423)
|
| 14 |
+
- **GitHub:** [https://github.com/SimWorld-AI/SimWorld-Studio](https://github.com/SimWorld-AI/SimWorld-Studio)
|
| 15 |
+
|
| 16 |
+
## Download and Usage
|
| 17 |
+
|
| 18 |
+
You can download and extract the minimal SimWorld binary from this repository using the following commands:
|
| 19 |
+
|
| 20 |
+
```bash
|
| 21 |
+
# Download (~15 GB compressed, ~21 GB extracted)
|
| 22 |
+
wget -O SimWorld-Studio-Minimal.tar.gz \
|
| 23 |
+
https://huggingface.co/datasets/SimWorld-AI/SimWorld-Studio/resolve/main/SimWorld-Studio-Minimal.tar.gz
|
| 24 |
+
|
| 25 |
+
tar xzf SimWorld-Studio-Minimal.tar.gz
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
For further instructions on installation and using the platform, please refer to the official [GitHub README](https://github.com/SimWorld-AI/SimWorld-Studio).
|