momentino
commited on
Commit
·
1b33c68
1
Parent(s):
493dce5
fix:typo
Browse files- planbench.py +1 -1
planbench.py
CHANGED
@@ -219,7 +219,7 @@ class PlanBench(datasets.GeneratorBasedBuilder):
|
|
219 |
}
|
220 |
if ("plan_generation" in self.config.name or
|
221 |
"plan_optimality" in self.config.name or
|
222 |
-
"plan_generalization" in self.
|
223 |
"replanning" in self.config.name or
|
224 |
"plan_execution" in self.config.name):
|
225 |
features.update({"example_istance_ids": datasets.Sequence(datasets.Value("string"))})
|
|
|
219 |
}
|
220 |
if ("plan_generation" in self.config.name or
|
221 |
"plan_optimality" in self.config.name or
|
222 |
+
"plan_generalization" in self.config.name or
|
223 |
"replanning" in self.config.name or
|
224 |
"plan_execution" in self.config.name):
|
225 |
features.update({"example_istance_ids": datasets.Sequence(datasets.Value("string"))})
|