abcorrea / powerlifted

Powerlifted Planner
GNU General Public License v3.0
28 stars 12 forks source link

Use action costs in h-add heuristic #28

Closed abcorrea closed 3 years ago

abcorrea commented 3 years ago

The additive heuristic considers all actions as unit-cost actions. We would like to allow diverse action costs. To do so, we need to adapt the creation of the Datalog program first (and probably only that).

In the future, we also would like to allow lifted costs for the Datalog rules.