SpatialWorld Benchmark
Anonymous Repository for NeurIPS 2026 Submission
This is an anonymous dataset repository for peer review purposes. All identifying information has been removed to maintain double-blind review compliance.
Overview
SpatialWorld is a comprehensive benchmark for evaluating embodied AI agents in complex 3D spatial reasoning and manipulation tasks. The benchmark encompasses diverse virtual environments and task types to assess agents' capabilities in understanding and interacting with physical spaces.
Benchmark Components
Environments
The benchmark includes the following simulation environments:
| Environment | Description | Tasks |
|---|---|---|
| AI2-THOR | Indoor household environments | Object manipulation, navigation, and rearrangement tasks |
| CARLA | Autonomous driving simulator | Driving scenarios and vehicle control tasks |
| VirtualHome | Multi-agent household simulator | Multi-step task completion and social interactions |
| ProcTHOR | Procedurally generated homes | Generalization across diverse household layouts |
| EmbodiedCity | Urban environment simulation | City-scale navigation and exploration |
| Game | Puzzle and game environments | Rubik's cube, maze solving, and 3D block puzzles |
Task Structure
Each task in the benchmark contains:
- Task ID: Unique identifier (e.g.,
ai2thor00000) - Instruction: Natural language description of the goal
- Scene/Environment: The specific scene configuration
- Golden Actions: Reference action sequence for task completion
- Success Conditions: Formal criteria for task success evaluation
- Initial State: Starting configuration via
init.json
Data Format
benchmark/
βββ ai2thor/tasks/{task_id}/
β βββ task.json # Task definition and success conditions
β βββ init.json # Initial scene configuration
βββ carla/tasks/{task_id}/
β βββ task.json
β βββ init.json
βββ embodiedcity/
β βββ Datasets/
βββ game/data/
β βββ rubik_cube/
β βββ maze3d/
β βββ maze3d_pro/
β βββ Block3D/
βββ procthor/
β βββ tasks/
βββ virtualhome/
βββ tasks/