jinnaiyuu / Hash-Distributed-Astar

Hash Distributed A*
https://sites.google.com/site/yuujinnaishomepage/home/parallel-search
MIT License
3 stars 1 forks source link

TODO: 2015/06/24 #93

Closed jinnaiyuu closed 9 years ago

jinnaiyuu commented 9 years ago

1 . implement solid pddl parser to parse all domains.

2 . debug pdb

jinnaiyuu commented 9 years ago

use typing information when instantiating actions. there are too many instantiation available with pure strips without typing.

jinnaiyuu commented 9 years ago

pdb has a bug in regression search. need to read some of abstraction search or regression search to find a good way of building pdb.

jinnaiyuu commented 9 years ago

parser is working fine! let's go on to pdb. maybe building new domain is smarter way as regression search is completely different story.

jinnaiyuu commented 9 years ago

running all domains parallel is working. so, let's work for outputting into a single file.

jinnaiyuu commented 9 years ago

done: output on single file. todo: put them into a latex to output table in pdf.