IBM / nl2flow

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

Implement a basic optimization for pddl compilation at Profiler. #64

Closed jkeskingvillage closed 1 month ago

jkeskingvillage commented 2 months ago

Implement a basic optimization for pddl compilation at Profiler.

See https://github.com/IBM/nl2flow/pull/59 for detail.

from nl2flow.compile.options import NL2FlowOptions

flow_object.optimization_options.remove(NL2FlowOptions.multi_instance)
flow_object.optimization_options.remove(NL2FlowOptions.allow_retries)

Example: example

TathagataChakraborti commented 1 month ago

completed #66