aig-upf / fs-private

This is the private version of the FS planner repository
GNU General Public License v3.0
5 stars 1 forks source link

Use ASP-based grounder with FSTRIPS problems #49

Closed gfrances closed 4 years ago

gfrances commented 7 years ago

We should strive to use as much as possible of the ASP grounder to process FSTRIPS problems as well. For simple uses of functions, e.g. the functional version of BW, this should be possible, as long as we transform functions such as loc(a)=b to equivalent predicates loc_(a,b), etc., possibly using existential quantification when nested terms are involved, etc.

For other, more complex uses, perhaps we should keep using the standard grounder.

gfrances commented 4 years ago

See https://github.com/aig-upf/tarski/issues/85