Linas, what sort of algorithm is used for the constraint-solving here? On Fri, May 1, 2020 at 3:11 AM Linas Vepstas <[email protected]> wrote: > > There is also the brand new version 0.1 generator code. It can be thought of > as kind-of a planner, in that a set of "start points" can be specified, and a > set of "end points" as well, and it will generate all paths between the two. > > More precisely, it will generate a network of all possible interconnected > paths between the endpoints, with the intervening network subject to rules of > formation. So its not only a path planner, but also a constraint solver. > > I have not yet written any demos showing "classical" planning, such as "to > get through a doorway, you must first open the door", but this would be an > excellent example to have. If you're interested, I'd be happy to help you > write it > > It currently works for various simple demos, but that's it - its version 0.1 > - (so I don't even know if the "open the door" example can work. I think it > will...) Here. https://github.com/opencog/generate > > Ben, since you didn't mention the generator in the list below, I'm thinking > that you're not really fully aware of it, or of what it can do (or rather, > the goals of what it can do). Take a moment of pondering it ... > > --linas > > On Fri, May 1, 2020 at 12:54 AM Ben Goertzel <[email protected]> wrote: >> >> OCPlanner is deprecated a while ago and not yet replaced! >> >> OpenPsi handles basic goal/context/procedure based action selection >> but not planning except at the trivial level >> >> PLN logic works OK now (with scalability issues though) and could be >> used as the basis for a temporal logic implementation of planning, but >> that needs to be done still >> >> ben >> >> On Thu, Apr 30, 2020 at 9:48 PM qwerty mnbvc <[email protected]> wrote: >> > >> > Hello, >> > >> > I'm a student and I would like to learn more about OpenCog. What module >> > deals with goal planning in general? Not like motion planning. Is it >> > OpenPSI or maybe OCPlanner? I noticed that OCPlanner was implemented by >> > Shujing Ke, is this the "expert" I should reach out to for more info? I >> > haven't been able to find any papers about OCPlanner (theory or otherwise). >> > >> > Thanks >> > Q >> > >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "opencog" group. >> > To unsubscribe from this group and stop receiving emails from it, send an >> > email to [email protected]. >> > To view this discussion on the web visit >> > https://groups.google.com/d/msgid/opencog/3c5ff62b-be11-46cc-81c9-89b06e14f218%40googlegroups.com. >> >> >> >> -- >> Ben Goertzel, PhD >> http://goertzel.org >> >> “The only people for me are the mad ones, the ones who are mad to >> live, mad to talk, mad to be saved, desirous of everything at the same >> time, the ones who never yawn or say a commonplace thing, but burn, >> burn, burn like fabulous yellow roman candles exploding like spiders >> across the stars.” -- Jack Kerouac >> >> -- >> You received this message because you are subscribed to the Google Groups >> "opencog" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/opencog/CACYTDBdpfuc8%3DSioiuvA9fqrhcHREtboxSVzBHQnZWWnF35tcA%40mail.gmail.com. > > > > -- > cassette tapes - analog TV - film cameras - you > > -- > You received this message because you are subscribed to the Google Groups > "opencog" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/opencog/CAHrUA37BESN-yqtOgH_9z663Zy%3Dm47D9ddbpB1OHhLkexxnxiQ%40mail.gmail.com.
-- Ben Goertzel, PhD http://goertzel.org “The only people for me are the mad ones, the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn like fabulous yellow roman candles exploding like spiders across the stars.” -- Jack Kerouac -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CACYTDBdpaZuvWufpczv7E7pGxtQpZwpKrm3ADvNPoU3S%2BoOOLg%40mail.gmail.com.
