ariefansclub commited on
Commit
a8b8636
·
verified ·
1 Parent(s): 80b744e

Create smart_environment_controller.json

Browse files
Files changed (1) hide show
  1. smart_environment_controller.json +6 -0
smart_environment_controller.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "environment-controller",
3
+ "inputs": ["sensor_data", "context"],
4
+ "output": "safe_robot_action",
5
+ "real_time": true
6
+ }