Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[issue383] Generate reasonable landmark orderings deterministically.
Approximating reasonable landmark orderings was non-deterministic prior to this commit. The change fixes this issue and leads to more reasonable orderings being generated (1% more with `lm_zg`, 2% more with `seq-opt-bjolp`, 13% more with `lm_rhw`, and 800% more with `lm_hm(m=2)`). More orderings slow down the heuristic evaluation but generally improve heuristic accuracy. This leads to significantly fewer expanded states in some cases of optimal planning and improved plan quality in satisficing planning.
- Loading branch information