1
0
Fork 0
tplp-planning-benchmark/configurations.yml

99 lines
3.3 KiB
YAML

options:
basics: &basics
- "--stats"
- "--stats-iter"
- "--verbose"
- "--print-call"
- "-m 8192"
fastDownwardPreprocessing: &fastDownwardPreprocessing
- "--translate"
plannerSequential: &plannerSequential
- "-A 1"
plannerA: &plannerA
- "-A 16"
plannerB: &plannerB
- "-B 0.9"
plannerC: &plannerC
- "-C 1.41"
- "-F 5"
# parallel actions *without* checking for mutual disablement
encoding0: &encoding0
- "--parallel=0"
# “forall” parallel actions that can be arranged in any sequence
encoding1: &encoding1
- "--parallel=1"
# “exists” parallel actions that can be arranged in some sequence
encoding2: &encoding2
- "--parallel=2"
# “exists” parallel actions omitting achievement of preconditions
encoding3: &encoding3
- "--parallel=3"
# “exists” parallel actions like 3 implemented by acyclicity
encoding4: &encoding4
- "--parallel=4"
# sequential actions
encodingSequential: &encodingSequential
- "--parallel=5"
shallow: &shallow
- "--shallow"
t0: &t0
- "-T 0"
heuristics: &heuristics
- "--use-heuristic"
madagascarM: &madagascarM
- "--madagascar-M"
madagascarMp: &madagascarMp
- "--madagascar-Mp"
madagascarMpC: &madagascarMpC
- "--madagascar-MpC"
generateAndCheck: &generateAndCheck
- "--test-until-not-sat"
- "--test=0"
testAdd1: &testAdd1
- "--test-add=1"
testAdd3: &testAdd3
- "--test-add=3"
testAdd4: &testAdd4
- "--test-add=4"
testAdd5: &testAdd5
- "--test-add=5"
testAdd7: &testAdd7
- "--test-add=7"
testTimes0: &testTimes0
- "--test-times=0"
testTimes1: &testTimes1
- "--test-times=1"
configurationJumpy: &configurationJumpy
- "--configuration=jumpy"
configurationFrumpy: &configurationFrumpy
- "--configuration=frumpy"
configurationTrendy: &configurationTrendy
- "--configuration=trendy"
leaveOpenRestartPolicy: &leaveOpenRestartPolicy
- "-i 0"
configurations:
- id: "m-mp"
options: [*basics, *madagascarMp]
instanceSets: ["rintanen-aij-2012-interesting"]
- id: "gc-ta1-tt1"
options: [*basics, *fastDownwardPreprocessing, *plannerB, *encoding0, *shallow, *heuristics, *generateAndCheck, *testAdd1, *testTimes1]
instanceSets: ["rintanen-aij-2012-interesting"]
- id: "m-mp-single-shot"
options: [*basics, *madagascarMp]
instanceSets: ["rintanen-aij-2012-interesting"]
fixedHorizon: true
- id: "gc-ta1-tt1-single-shot"
options: [*basics, *fastDownwardPreprocessing, *plannerB, *encoding0, *shallow, *heuristics, *generateAndCheck, *testAdd1, *testTimes1, *leaveOpenRestartPolicy]
instanceSets: ["rintanen-aij-2012-interesting"]
fixedHorizon: true
- id: "gc-ta1-tt1-jumpy"
options: [*basics, *fastDownwardPreprocessing, *plannerB, *encoding0, *shallow, *heuristics, *generateAndCheck, *testAdd1, *testTimes1, *configurationJumpy, *leaveOpenRestartPolicy]
instanceSets: ["rintanen-aij-2012-interesting"]
- id: "gc-ta1-tt1-frumpy"
options: [*basics, *fastDownwardPreprocessing, *plannerB, *encoding0, *shallow, *heuristics, *generateAndCheck, *testAdd1, *testTimes1, *configurationFrumpy, *leaveOpenRestartPolicy]
instanceSets: ["rintanen-aij-2012-interesting"]
- id: "gc-ta1-tt1-trendy"
options: [*basics, *fastDownwardPreprocessing, *plannerB, *encoding0, *shallow, *heuristics, *generateAndCheck, *testAdd1, *testTimes1, *configurationTrendy, *leaveOpenRestartPolicy]
instanceSets: ["rintanen-aij-2012-interesting"]