Investigate performance differences between Madagascar and our planner #38
Labels
No Label
aesthetic
benchmarks
bug
documentation
duplicate
enhancement
help wanted
invalid
question
suggestion
task
wontfix
No Milestone
No Assignees
1 Participants
Due Date
Dependencies
No dependencies set.
Reference: patrick/plasp#38
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With some domains, we got drastically different results between Madagascar and our planner (generate-and-check configuration).
These domains include:
ipc-2000/blocks-strips-typed
(where we are much better)ipc-2011/elevator-sequential-satisficing
(where Madagascar is much better)ipc-2011/parking-sequential-satisficing
(where Madagascar is much better)ipc-2011/tidybot-sequential-satisficing
(where Madagascar is much better)The following metrics could be of interest in order to investigate this:
The number of strongly connected components doesn’t seem to be a good indicator. We were better in
ipc-2000/blocks-strips-typed
, where the maximum strongly connected component size was 1. However, this was also 1 foripc-2011/elevator-sequential-satisficing
, where we were much worse, and foripc-2011/parking-sequential-satisficing
andipc-2011/tidybot-sequential-satisficing
(where we also were much worse), the size of the largest strongly connected components ranged between 20 and 60.Javier found out that this is likely due to the differences between exists-step and for-all-step planning.