Skip to content

Commit

Permalink
Merge pull request #131 from TheAeryan/main
Browse files Browse the repository at this point in the history
Added lifted-pddl package
  • Loading branch information
haz authored Aug 29, 2023
2 parents 880b269 + 7f25599 commit cc4bd5c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions planutils/packages/lifted-pddl/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

python3 -m pip install lifted-pddl
7 changes: 7 additions & 0 deletions planutils/packages/lifted-pddl/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Lifted PDDL: A lightweight framework for the efficient parsing and manipulation of PDDL in lifted form",
"description": "A lightweight parser that works on PDDL in its lifted form, i.e., without grounding it. It provides functionality for parsing a PDDL domain and problem, obtaining the list of applicable actions at a given state and getting the next state resulting from applying an action (successor function).",
"homepage": "https://github.com/AI-Planning/lifted-pddl/",
"install-size": "120K",
"dependencies": ["tarski"]
}
3 changes: 3 additions & 0 deletions planutils/packages/lifted-pddl/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

lifted_pddl "$@"
3 changes: 3 additions & 0 deletions planutils/packages/lifted-pddl/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

python3 -m pip uninstall lifted-pddl

0 comments on commit cc4bd5c

Please sign in to comment.