Cranial-XIX / llm-pddl

355 stars 31 forks source link

Ground-truth Problem PDDL Generation #7

Closed Emma1e closed 11 months ago

Emma1e commented 1 year ago

Hi, May I ask how did you generate the ground-truth Problem PDDL for each task in each domain? Could you provide any scripts?

Thank you!

haomengz commented 1 year ago

@Emma1e I think you could find the generation scripts in each domains folders. For example, for Barman: https://github.com/Cranial-XIX/llm-pddl/blob/main/domains/barman/description_generator.py

YuqianJiang commented 11 months ago

Hi @Emma1e, the domains and the problems are from IPC. Some of the problems were manually adjusted. If you want additional problems in PDDL, I recommend checking out the pddl-generators repo. The corresponding descriptions can be generated using the script @haomengz mentioned above.