jinnaiyuu / Hash-Distributed-Astar

Hash Distributed A*

Home Page:https://sites.google.com/site/yuujinnaishomepage/home/parallel-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO: 2015/06/24

jinnaiyuu opened this issue · comments

1 . implement solid pddl parser to parse all domains.

2 . debug pdb

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

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.

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

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

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