-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
27 lines (19 loc) · 810 Bytes
/
README
File metadata and controls
27 lines (19 loc) · 810 Bytes
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
This is the planner for Chip's Challange
This requires the tworld_py interface and should be updated with it. Also,
as a part of that we need data, sets, and res directories from the tile world
source code, or from the levelsets repository.
set that up with (or similar)
$ ln -s ../levelsets/data .
$ ln -s ../levelsets/sets .
$ ln -s ../tworld_py/res .
then run with:
$ python run_agent.py
at this point you still have to provide the first move your self, but after that
the planner is called every turn.
Right now it is mostlly pddl files which can be solve with fast downward
Example usage
python pddlgen.py > cc_hazard.pddl
cd <fast downard>/src
translate/translate.py ~/src/chips/planner/pddl/cc_hazard.pddl
preprocess/preprocess < output.sas
search/downward --search "astar(blind())" < output