AroticMerch commited on
Commit
b8dabf2
·
verified ·
1 Parent(s): 03dd03e

Create simulation_environment_dataset.json

Browse files
Files changed (1) hide show
  1. simulation_environment_dataset.json +11 -0
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
+ }