-
Notifications
You must be signed in to change notification settings - Fork 9
/
Modeling-in-PDDL_Schlumberger.ptest.json
44 lines (44 loc) · 1.69 KB
/
Modeling-in-PDDL_Schlumberger.ptest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"cases": [
{
"label": "1a. Blocksworld (demo)",
"domain": "1_blocksworld/begin_here/blocksworld.pddl",
"problem": "1_blocksworld/begin_here/demo.pddl"
},
{
"label": "1b. Blocksworld (solution)",
"domain": "1_blocksworld/solution/blocksworld_with_grippers.pddl",
"problem": "1_blocksworld/solution/demo.pddl"
},
{
"label": "2. Hello world (propositional)",
"domain": "2_helloworld/begin_here/domain.pddl",
"problem": "2_helloworld/begin_here/problem.pddl"
},
{
"label": "3. Hello deaf world (numeric)",
"domain": "3_hello_deaf_world/begin_here/domain.pddl",
"problem": "3_hello_deaf_world/begin_here/problem.pddl"
},
{
"label": "4. Hello neighbors (objects)",
"domain": "4_hello_neighbors/begin_here/domain.pddl",
"problem": "4_hello_neighbors/begin_here/problem.pddl"
},
{
"label": "5. Hello everyone else (typing+numeric)",
"domain": "5_hello_everyone_else/begin_here/domain.pddl",
"problem": "5_hello_everyone_else/begin_here/problem.pddl"
},
{
"label": "6. Hello colleagues (temporal)",
"domain": "6_hello_temporal_world/begin_here/domain.pddl",
"problem": "6_hello_temporal_world/begin_here/problem.pddl"
},
{
"label": "7. Hello world (continuous effects)",
"domain": "7_hello_world_continuous_effects/begin_here/domain.pddl",
"problem": "7_hello_world_continuous_effects/begin_here/problem.pddl"
}
]
}