We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a491bd commit 6d0f7a6Copy full SHA for 6d0f7a6
1 file changed
jupyddl/__init__.py
@@ -1 +1,4 @@
1
from .automated_planner import AutomatedPlanner
2
+
3
+if __name__ == "__main__":
4
+ _ = AutomatedPlanner("data/domain.pddl", "data/problem.pddl")
0 commit comments