ariefansclub commited on
Commit
8a32af2
·
verified ·
1 Parent(s): b86e268

Create navigation_model.json

Browse files
Files changed (1) hide show
  1. navigation_model.json +6 -0
navigation_model.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "navigation-decision",
3
+ "inputs": ["command", "context"],
4
+ "outputs": ["direction", "action"],
5
+ "domain": "humanoid robotics"
6
+ }