You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering when you use LLM to generate pddl problem files, how do you handle the cleaning, i.e. removing the extra text other than pddl file. I have tried several LLM models and the pddl problem files would contain other text.
The text was updated successfully, but these errors were encountered:
If you continue to get extra text, maybe you can try to parse the output and look for the start and end of PDDL code. For instance (define (problem ...) (:goal ...))
Thanks for the nice work!
I am wondering when you use LLM to generate pddl problem files, how do you handle the cleaning, i.e. removing the extra text other than pddl file. I have tried several LLM models and the pddl problem files would contain other text.
The text was updated successfully, but these errors were encountered: