IBM / nl2flow

NL2Flow: A PDDL Interface to Flow Construction
Apache License 2.0
5 stars 2 forks source link

Create a more concise prompt for planning problem description #83

Closed jkeskingvillage closed 2 weeks ago

jkeskingvillage commented 1 month ago

Create an Enum at profiler to get a different planning problem description. Add this new planning problem description to PddlGeneratorOutput.

Example:

list of available agents:

name: A
inputs: x, y, z
outputs: p, q, r

name: B
inputs: x, y, z
outputs: p, q, r

...

slots: x, q, r

list of maps:
x, p
y, q

goal: B
jkeskingvillage commented 1 month ago

See these json examples. json_examples.txt