Menu

#16 change of syntax for plan patterns

open
nobody
5
2009-03-19
2009-03-19
No

I wonder if instead of

{begin bc(goal(G),dg(goal(G)))}
...
{end}

it wouldn't make more sense to be

{begin bc(dg(goal(G)))}
...
{end}

or

{begin bc(goal(G),dg)}
...
{end}

or

{begin bc(dg,goal(G))}
...
{end}

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.