-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[issue1036] Refactor landmark progression to make it sound.
We implement valid landmark progression according to Büchner et al. (ICAPS 2023). With this, the previously incomplete LAMA becomes complete and also we can now use reasonable landmark ordrings for optimal planning. The implemented progression functions can be turned on or off by the following (boolean) command line options (default on) of the landmark_sum and landmark_cost_partitioning heuristic: prog_goal, prog_gn, and prog_r (for goal landmarks, greedy-necessary orderings, and reasonable orderings, respectively). The changes require more memory per state, but in general the performance of these heuristics is merely unaffected.
- Loading branch information
1 parent
7fe0ab0
commit 1070582
Showing
13 changed files
with
394 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.