vscode-pddl icon indicating copy to clipboard operation
vscode-pddl copied to clipboard

Request for Search Debugger Configuration and Compatibility

Open bybeye opened this issue 1 year ago • 1 comments

I recently watched a video on YouTube showcasing the capabilities of the Search Debugger tool, and I am impressed by its potential. Could you please provide a detailed document or guide on how to configure and effectively use the Search Debugger?

Additionally, I have attempted to use the Search Debugger with solver.planning.domains multiple times, but it appears to be incompatible. Does Search Debugger support this solver? If not, could you recommend an alternative planner that is compatible with the Search Debugger function?

bybeye avatar Jan 03 '24 06:01 bybeye

Last I recall, none of the publically available planners have implemented the necessary hooks required to make use of the search debugger functionality. The standard is open (@jan-dolejsi can point you to it), but would require planner developers to implement the spec. And, no, the online solver doesn't implement this either.

haz avatar Jan 04 '24 04:01 haz