Skip to content

Commit

Permalink
remove obsolete examples
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Fuggitti <[email protected]>
  • Loading branch information
francescofuggitti committed Oct 1, 2023
1 parent 48887f1 commit 3e83294
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 95 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ formula = "on_b_a & O(ontable_c)"
domain_parser = DomainParser()
problem_parser = ProblemParser()

domain = domain_parser(Path("examples/pddl/domain.pddl").read_text(encoding="utf-8"))
problem = problem_parser(Path("examples/pddl/p-0.pddl").read_text(encoding="utf-8"))
domain = domain_parser(Path("ignore/examples/pddl/domain.pddl").read_text(encoding="utf-8"))
problem = problem_parser(Path("ignore/examples/pddl/p-0.pddl").read_text(encoding="utf-8"))
goal = parse_pltl(formula)

compiler = Compiler(domain, problem, goal)
Expand Down
29 changes: 0 additions & 29 deletions examples/compiled_pddl/new-domain.pddl

This file was deleted.

6 changes: 0 additions & 6 deletions examples/compiled_pddl/new-problem.pddl

This file was deleted.

49 changes: 0 additions & 49 deletions examples/pddl/domain.pddl

This file was deleted.

1 change: 0 additions & 1 deletion examples/pddl/goal.txt

This file was deleted.

2 changes: 0 additions & 2 deletions examples/pddl/p-0.map

This file was deleted.

6 changes: 0 additions & 6 deletions examples/pddl/p-0.pddl

This file was deleted.

0 comments on commit 3e83294

Please sign in to comment.