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 7,074 - 7,085 of 7,766
Posts 7,074 - 7,085 of 7,766
Mome Rath
11 years ago
11 years ago
You have to define that particular command as an own keyphrase, otherwise it is handled by the generic xcommand keyword.
Anna1234
11 years ago
11 years ago
Hello Botmasters!
I have a question, How can i make the bot responds on, Hi, Hello kind of questions?
I have tried the xhello... not works
I have tried in the abcd...yz keywords list, just for hello... nothing
the xinitiate-seeker also not worked to me
If someone could help me, or tell me what did i missed... it would be good
I have a question, How can i make the bot responds on, Hi, Hello kind of questions?
I have tried the xhello... not works
I have tried in the abcd...yz keywords list, just for hello... nothing
the xinitiate-seeker also not worked to me
If someone could help me, or tell me what did i missed... it would be good

Mome Rath
11 years ago
11 years ago
No idea either ... It seems the PF engine sends all hellos after the first one to xnone, no matter what you do. Not even a Regular Expression with maximum rank (+127) works.
This is one of the things you'll find dozens of complaints of in these forums.
This is one of the things you'll find dozens of complaints of in these forums.
Anna1234
11 years ago
11 years ago
I have thinked about this "Hi" thing, and basicaly... The "Hi", nothing.
The bot say hi initiate, no need to expain the hi again. 
Good solution can be, if we fills the xnone, with lack of question!


Good solution can be, if we fills the xnone, with lack of question!

deleted
11 years ago
11 years ago
in xinitiate and xhello responses add -- rem "yes" as only "hi"
in xnone response if (mem-hi) is "yes"; rem "no" as only "hi"
Of course will have to add if (mem-hi) is "no" to every other xnone entry... This is not a perfect solution of course, since any unmatched second input would receive a responce of "Hi there"
Ie.
Bot: Hi stranger
Person: go away
Bot: hello there
Of course most people reply with Hi|Hello if greeted.
in xnone response if (mem-hi) is "yes"; rem "no" as only "hi"
Of course will have to add if (mem-hi) is "no" to every other xnone entry... This is not a perfect solution of course, since any unmatched second input would receive a responce of "Hi there"
Ie.
Bot: Hi stranger
Person: go away
Bot: hello there
Of course most people reply with Hi|Hello if greeted.
Anna1234
11 years ago
11 years ago
Dear Test Bot Z
Basicaly, my think is like the next. in the Xinitiate the bot will says Hello, there is no reason from the bot say hello again. In that was i thinked in. But honesity, i try to make a bot, what can tell it's "feels" like... If it's not like you, then says in the first word like: "I not sure if we should talk xyz" after she/he said hello
Cause my bot is 'blind' carracter, and it wont see who talk with it self, until the people talk with.
Maybe is it a bit complicated, but i hope my english was okay for
Basicaly, my think is like the next. in the Xinitiate the bot will says Hello, there is no reason from the bot say hello again. In that was i thinked in. But honesity, i try to make a bot, what can tell it's "feels" like... If it's not like you, then says in the first word like: "I not sure if we should talk xyz" after she/he said hello

Cause my bot is 'blind' carracter, and it wont see who talk with it self, until the people talk with.
Maybe is it a bit complicated, but i hope my english was okay for

Mome Rath
11 years ago
11 years ago
Is there any way to compare a memory with another memory?
The AIScript
<?PF if (self-talkedto) is "(name)" ?>
fails unless the self-memory "talkedto" contains a literal entry "(name)". "Mome Rath" doesn't help as entry in (self-talkedto).
The AIScript
<?PF if (self-talkedto) is "(name)" ?>
fails unless the self-memory "talkedto" contains a literal entry "(name)". "Mome Rath" doesn't help as entry in (self-talkedto).
Pound
11 years ago
11 years ago
Is there a way to have a value stored as a memory, and then have that value increase if a certain event is triggered multiple times? In other words, could a bot remember how many times a certain action has occurred?
» More new posts: Doghead's Cosmic Bar