AroticMerch commited on
Commit
70df4f8
·
verified ·
1 Parent(s): 13ecfe5

Create model_config.json

Browse files
Files changed (1) hide show
  1. model_config.json +9 -0
model_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "humanoid-simulation-engine",
3
+ "model_type": "environment-simulator",
4
+ "supports_dynamic_obstacles": true,
5
+ "complexity_scaling": true,
6
+ "virtual_testing": true,
7
+ "compatible_dataset": "humanoid-simulation-environment-dataset",
8
+ "version": "1.0.0"
9
+ }