Skip to content

Commit 5a22edd

Browse files
authored
Merge pull request #143 from AI-Planning/panda
Adding the panda package.
2 parents facfd16 + d0ab252 commit 5a22edd

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

planutils/packages/panda/install

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
apptainer build panda.sif docker://pandaplanner/panda:latest
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "PANDA",
3+
"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.",
4+
"homepage": "https://panda-planner-dev.github.io/",
5+
"install-size": "31M",
6+
"dependencies": [],
7+
"endpoint": {
8+
"services": {
9+
"solve": {
10+
"template": "planner"
11+
}
12+
}
13+
}
14+
}

planutils/packages/panda/run

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
apptainer run -e $(dirname $0)/panda.sif $@

planutils/packages/panda/uninstall

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
rm panda.sif

0 commit comments

Comments
 (0)