Create config.json
Browse files- 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 |
+
}
|