Create simulation_environment_dataset.json
Browse files
simulation_environment_dataset.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"simulation_id": "sim-warehouse-01",
|
| 3 |
+
"environment_type": "warehouse",
|
| 4 |
+
"obstacles": [
|
| 5 |
+
{"type": "static-shelf", "position": [4, 9]},
|
| 6 |
+
{"type": "moving-cart", "position": [7, 3]}
|
| 7 |
+
],
|
| 8 |
+
"lighting_condition": "medium",
|
| 9 |
+
"task_scenario": "inventory-sorting",
|
| 10 |
+
"complexity_level": 3
|
| 11 |
+
}
|