AroticMerch commited on
Commit
19f313f
·
verified ·
1 Parent(s): 62e3140

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "planner",
3
+ "architecture": "goal-sequence-generator",
4
+ "input": [
5
+ "goal",
6
+ "environment",
7
+ "constraints"
8
+ ],
9
+ "output": "action_sequence",
10
+ "version": "1.0.0"
11
+ }