Skip to content

Commit

Permalink
Merge pull request #143 from AI-Planning/panda
Browse files Browse the repository at this point in the history
Adding the panda package.
  • Loading branch information
haz authored Sep 3, 2024
2 parents facfd16 + d0ab252 commit 5a22edd
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions planutils/packages/panda/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

apptainer build panda.sif docker://pandaplanner/panda:latest
14 changes: 14 additions & 0 deletions planutils/packages/panda/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "PANDA",
"description": "PANDA is a framework that combines different techniques related to Hierarchical Task Network (HTN) planning. PANDA is an acronym for Planning and Acting in a Network Decomposition Architecture. PANDA has been developed at the Institute of Artificial Intelligence at Ulm University headed by Susanne Biundo.",
"homepage": "https://panda-planner-dev.github.io/",
"install-size": "31M",
"dependencies": [],
"endpoint": {
"services": {
"solve": {
"template": "planner"
}
}
}
}
3 changes: 3 additions & 0 deletions planutils/packages/panda/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

apptainer run -e $(dirname $0)/panda.sif $@
3 changes: 3 additions & 0 deletions planutils/packages/panda/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

rm panda.sif

0 comments on commit 5a22edd

Please sign in to comment.