We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef0234 commit a79efacCopy full SHA for a79efac
2 files changed
.gitignore
@@ -134,3 +134,4 @@ logs/*
134
!logs/.gitkeep
135
data.json
136
pddl-examples/*
137
+data/*
tests/test_search.py
@@ -8,7 +8,7 @@
8
import coloredlogs
9
import sys
10
11
-apla = AutomatedPlanner("data/domain.pddl", "data/problem.pddl")
+apla = AutomatedPlanner("pddl-examples/dinner/domain.pddl", "pddl-examples/dinner/problem.pddl")
12
13
14
def test_searchDFS():
0 commit comments