Datasets:

License:
momentino commited on
Commit
dc978ab
·
1 Parent(s): 863d7d3
Files changed (1) hide show
  1. planbench.py +5 -5
planbench.py CHANGED
@@ -66,7 +66,7 @@ _URLS = {
66
  "blocksworld_plan_execution": {
67
  "test": _URLS_prefix["blocksworld"] + "/task_7_plan_execution.json"
68
  },
69
- "blocksworld_plan_shuffling": {
70
  "test": _URLS_prefix["blocksworld"] + "/task_8_1_goal_shuffling.json"
71
  },
72
  "blocksworld_plan_full_to_partial": {
@@ -96,7 +96,7 @@ _URLS = {
96
  "blocksworld_3_plan_execution": {
97
  "test": _URLS_prefix["blocksworld_3"] + "/task_7_plan_execution.json"
98
  },
99
- "blocksworld_3_plan_shuffling": {
100
  "test": _URLS_prefix["blocksworld_3"] + "/task_8_1_goal_shuffling.json"
101
  },
102
  "blocksworld_3_plan_full_to_partial": {
@@ -126,7 +126,7 @@ _URLS = {
126
  "mystery_blocksworld_plan_execution": {
127
  "test": _URLS_prefix["mystery_blocksworld"] + "/task_7_plan_execution.json"
128
  },
129
- "mystery_blocksworld_plan_shuffling": {
130
  "test": _URLS_prefix["mystery_blocksworld"] + "/task_8_1_goal_shuffling.json"
131
  },
132
  "mystery_blocksworld_plan_full_to_partial": {
@@ -156,7 +156,7 @@ _URLS = {
156
  "mystery_blocksworld_3_plan_execution": {
157
  "test": _URLS_prefix["mystery_blocksworld_3"] + "/task_7_plan_execution.json"
158
  },
159
- "mystery_blocksworld_3_plan_shuffling": {
160
  "test": _URLS_prefix["mystery_blocksworld_3"] + "/task_8_1_goal_shuffling.json"
161
  },
162
  "mystery_blocksworld_3_plan_full_to_partial": {
@@ -186,7 +186,7 @@ _URLS = {
186
  "logistics_plan_execution": {
187
  "test": _URLS_prefix["logistics"] + "/task_7_plan_execution.json"
188
  },
189
- "logistics_plan_shuffling": {
190
  "test": _URLS_prefix["logistics"] + "/task_8_1_goal_shuffling.json"
191
  },
192
  "logistics_plan_full_to_partial": {
 
66
  "blocksworld_plan_execution": {
67
  "test": _URLS_prefix["blocksworld"] + "/task_7_plan_execution.json"
68
  },
69
+ "blocksworld_goal_shuffling": {
70
  "test": _URLS_prefix["blocksworld"] + "/task_8_1_goal_shuffling.json"
71
  },
72
  "blocksworld_plan_full_to_partial": {
 
96
  "blocksworld_3_plan_execution": {
97
  "test": _URLS_prefix["blocksworld_3"] + "/task_7_plan_execution.json"
98
  },
99
+ "blocksworld_3_goal_shuffling": {
100
  "test": _URLS_prefix["blocksworld_3"] + "/task_8_1_goal_shuffling.json"
101
  },
102
  "blocksworld_3_plan_full_to_partial": {
 
126
  "mystery_blocksworld_plan_execution": {
127
  "test": _URLS_prefix["mystery_blocksworld"] + "/task_7_plan_execution.json"
128
  },
129
+ "mystery_blocksworld_goal_shuffling": {
130
  "test": _URLS_prefix["mystery_blocksworld"] + "/task_8_1_goal_shuffling.json"
131
  },
132
  "mystery_blocksworld_plan_full_to_partial": {
 
156
  "mystery_blocksworld_3_plan_execution": {
157
  "test": _URLS_prefix["mystery_blocksworld_3"] + "/task_7_plan_execution.json"
158
  },
159
+ "mystery_blocksworld_3_goal_shuffling": {
160
  "test": _URLS_prefix["mystery_blocksworld_3"] + "/task_8_1_goal_shuffling.json"
161
  },
162
  "mystery_blocksworld_3_plan_full_to_partial": {
 
186
  "logistics_plan_execution": {
187
  "test": _URLS_prefix["logistics"] + "/task_7_plan_execution.json"
188
  },
189
+ "logistics_goal_shuffling": {
190
  "test": _URLS_prefix["logistics"] + "/task_8_1_goal_shuffling.json"
191
  },
192
  "logistics_plan_full_to_partial": {