> However, if I add the object type checking, and predicate checking features,
> would it be useful to contribute towards issue 215 and 220?
If the code is clean and correct, yes! :-)
I started working on some of these issues recently, but in many cases I hit a
roadblock because it's not really clear what the intended semantics is. PDDL is
unfortunately underspecified in some areas, especially w.r.t. the semantics of
types. But this shouldn't keep us from adding some of the obvious missing checks
in our code.
> Also in issue 472, it says that a symbol table will be introduced. Does the
> current structure of the task object count as a symbol table? Or will there
> be one in the future?
I've started working on issue472 -- if you want, I can give you read access to
that code on bitbucket. Maybe this answers the question. If not, let's continue
the discussion in the thread for issue472.
|