The AI Engine
This forum is for discussion of how The Personality Forge's AI Engine works. This is the place for questions on what means what, how to script, and ideas and plans for the Engine.
Posts 4,608 - 4,619 of 7,766
Posts 4,608 - 4,619 of 7,766
melike
19 years ago
19 years ago
Matt often complains that he has "Too many gotos in a row." I am assuming we are not allowed to have two gotos in a row? Because that is probably what happens.
melike
19 years ago
19 years ago
No, that was a question. Matt says "I have too many gotos in a row" way too often - usually every other conversation. This has never happened with Bianca.
I've been trying to get rid of it by lessening the number of "goto xnone"s, because my xnone phrases have some gotos in them (like goto coffee), but the problem still persists.
What could be causing this?
I've been trying to get rid of it by lessening the number of "goto xnone"s, because my xnone phrases have some gotos in them (like goto coffee), but the problem still persists.
What could be causing this?
Ulrike
19 years ago
19 years ago
There was a discussion about this some months back...and I think ezzer figured out what caused it. Unfortunately, I don't remember more than that. You could try paging through the archives...
Bowchickawowers
19 years ago
19 years ago
I think if one goto leads to another goto you get that message. So if you have a goto that points to an xnone response with a goto in it (I thought xnone couldn't have goto phrases as responses?), you're guaranteed to get that message.
colonel720
19 years ago
19 years ago
Funny - Leeds bot is constructed of a few responses, and xnones - but all of them have an extensive web of gotos. he never had any problems with it
Hejix
19 years ago
19 years ago
How does the popularity rating works? My hyperlink tree is rated five happy faces... but she almost never talk to anybody... And she is preschooler. I guess she is just a bit too optimistic?
melike
19 years ago
19 years ago
I want to write a response for the question "what are you?" I put in "what * are you ?" in raw mode, but the bot responded even when I asked "what are you blah?" Did I do something wrong?
Rykxx
19 years ago
19 years ago
Nope.
You did it just right but if you just wanted your bot to reply to "what are you" on it's own the you have to use regular expressions, in this case:
^what are you$(re)
Raw mode seems to be particularly fickle and generally makes me shout at the screen!
You did it just right but if you just wanted your bot to reply to "what are you" on it's own the you have to use regular expressions, in this case:
^what are you$(re)
Raw mode seems to be particularly fickle and generally makes me shout at the screen!


alc003
19 years ago
19 years ago
Is it possible to combine stuff...so a bot can choose a topic based on the user's interests? Like
<?PF if (mem-youlike) is "blab" or "blab2"; ?>
or
<?PF if (mem-youlike) is "(blab|blab2)"; ?>
or do I have to painstakingly write these things so that
there will be a ton of goto's, each having a specific thing the user might enter?
From what I see so far it doesn't look good.
<?PF if (mem-youlike) is "blab" or "blab2"; ?>
or
<?PF if (mem-youlike) is "(blab|blab2)"; ?>
or do I have to painstakingly write these things so that
there will be a ton of goto's, each having a specific thing the user might enter?
From what I see so far it doesn't look good.

» More new posts: Doghead's Cosmic Bar