Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -48,14 +48,29 @@ This Hugging Face repository contains the complete **SpatialWorld Benchmark** wi
|
|
| 48 |
## ๐๏ธ Repository Structure
|
| 49 |
|
| 50 |
```
|
| 51 |
-
spatialworld.jsonl #
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
README.md # This file
|
| 53 |
```
|
| 54 |
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
|
| 60 |
## ๐ฎ Unified Action Space
|
| 61 |
|
|
|
|
| 48 |
## ๐๏ธ Repository Structure
|
| 49 |
|
| 50 |
```
|
| 51 |
+
spatialworld.jsonl # Unified dataset (588 tasks, 20 columns)
|
| 52 |
+
benchmark/ # Original raw task.json files
|
| 53 |
+
โโโ ai2thor/
|
| 54 |
+
โโโ carla/
|
| 55 |
+
โโโ procthor/
|
| 56 |
+
โโโ virtualhome/
|
| 57 |
+
โโโ embodiedcity/
|
| 58 |
+
โโโ game/
|
| 59 |
+
โโโ shared/
|
| 60 |
README.md # This file
|
| 61 |
```
|
| 62 |
|
| 63 |
+
Two versions of the data are provided:
|
| 64 |
+
|
| 65 |
+
1. **`spatialworld.jsonl`** (Unified): All 588 tasks in a unified schema with 20 columns. HF Dataset Viewer parses this file.
|
| 66 |
+
- Schema differences handled by including all possible fields
|
| 67 |
+
- Missing fields use `null`
|
| 68 |
+
- Complex nested structures encoded as JSON strings
|
| 69 |
+
- Actions converted to Unified Action Space format
|
| 70 |
+
|
| 71 |
+
2. **`benchmark/`** (Raw): Original task.json files preserving platform-specific structures.
|
| 72 |
+
- Use this if you need the original JSON format
|
| 73 |
+
- Organized by platform: `ai2thor/`, `carla/`, `procthor/`, `virtualhome/`
|
| 74 |
|
| 75 |
## ๐ฎ Unified Action Space
|
| 76 |
|