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 6,602 - 6,615 of 7,766
I've managed it for "I am okay" using raw mode. But because it's raw, it doesn't catch "I'm okay" (if I'm understanding it correctly, anyway). I can't have "I'm okay" as a keyphrase because it has punctuation in it.
You can theoretically escape an apostrope in regex mode with a space (I think,) though it's never terribly reliable (though it used to work mostly ok on the old server.) You could try:
I[ ']m okay (re)<0>
in raw mode (note the space between[<0> and '<0> !) and raise the rank (probably easiest to start at 127 and work down from there if it works. If it doesn't... leave it in and hope it works occasionally in the future - that's probably all you can do
)
Posts 6,602 - 6,615 of 7,766
Vashka
16 years ago
16 years ago
I want Vashenka to respond appropriately to the phrase "I'm okay" rather than translating "okay" to mean "yes" and saying something silly like "You're yes? How does that make you feel?"
I've managed it for "I am okay" using raw mode. But because it's raw, it doesn't catch "I'm okay" (if I'm understanding it correctly, anyway). I can't have "I'm okay" as a keyphrase because it has punctuation in it.
Any clues?
I've managed it for "I am okay" using raw mode. But because it's raw, it doesn't catch "I'm okay" (if I'm understanding it correctly, anyway). I can't have "I'm okay" as a keyphrase because it has punctuation in it.
Any clues?
kaskroute
16 years ago
16 years ago
Unfortunately I know that it does not work only with "do you want to be my friend".
That's my problem I can't avoid the xemote AI engine.
That's my problem I can't avoid the xemote AI engine.
prob123
16 years ago
16 years ago
No, it won't work with friend the AI engine will go to exmote. You can't fight that. It is the same as blab. You can get around some keyphrases that the AI engine chokes on with regexs. I would like it if The Professor got rid of them. I know if they come up in the CBC you can get docked a lot of points.
psimagus
16 years ago
16 years ago
You can theoretically escape an apostrope in regex mode with a space (I think,) though it's never terribly reliable (though it used to work mostly ok on the old server.) You could try:
I[ ']m okay (re)<0>
in raw mode (note the space between

kaskroute
16 years ago
16 years ago
Thank you prob123. I understand that it is the fatality *sigh*.
Just a question : What is "blab"?
I tried to search that in the forum but it is too complicated (when will the professor build a real forum?) and I didn't find anything.
Thank you by advance.
Just a question : What is "blab"?
I tried to search that in the forum but it is too complicated (when will the professor build a real forum?) and I didn't find anything.
Thank you by advance.
prob123
16 years ago
16 years ago
Blab covers a long list of keyphrases like "so what" that appear in debug as
Considered BLAB (1).
Random Memory Number: 12 of 28
Memory Chance: 27 GossipTopic: 0 MemoryLevel: 1
No Match. (use xnone)
Considered BLAB (1).
Random Memory Number: 12 of 28
Memory Chance: 27 GossipTopic: 0 MemoryLevel: 1
No Match. (use xnone)
Irina
16 years ago
16 years ago
Has anyone else had this problem: When I look at my "Irina Khalidar" transcript, it is quite normal down to a certain point and then it seems to blank out. It appears to get longer and longer, because one can scroll down further and further as time goes on, but all one sees after a fixed point is white. Besides, I know that she is chatting. I don't know whether this is something I have done (a weird HTML tag, perhaps?) or something about the AIengine. Any ideas?
Irina
16 years ago
16 years ago
Now, here is something truly bizarre: I noticed that the last visible line was actually partly blanked out, as if someone had slid a white sheet of paper over the bottom of it -- only the tops of the letters were visible. I tried highlighting the last visible line and then several blank lines below; I did a "copy" and then a "paste" into a WordPad file, and the missing lines appeared in the WordPad file!<0> So they really are there, they are just invisible in the Forge transcript textarea! It's as if they were written in invisible ink, which becomes visible in WordPad! I couldn't see any HTML tag at the end of the visible area.
I'M NOT MAKING THIS UP! REALLY!
So I thought, "Well, I'll just copy it all, put it into the WordPad file, and thus I will have my transcript!" So I clicked near the end of the visible part and started scrolling down, only suddenly I was at the top again<0> (I could see the picture of our mechanical mascot)! If I kept scrolling, it would eventually pop up to the top again, and again, as though the page were cylindrical!
THIS IS NOT A JOKE! IT REALLY HAPPENED!
Has anyone else had a similar experience?
I'M NOT MAKING THIS UP! REALLY!
So I thought, "Well, I'll just copy it all, put it into the WordPad file, and thus I will have my transcript!" So I clicked near the end of the visible part and started scrolling down, only suddenly I was at the top again<0> (I could see the picture of our mechanical mascot)! If I kept scrolling, it would eventually pop up to the top again, and again, as though the page were cylindrical!
Has anyone else had a similar experience?
Irina
16 years ago
16 years ago
One more clue: At the bottom of the page, visible<0>, was the usual
Chat with Bots | Flash Chat with Desti | Create an Account | The Book of AI | Mondobot
© Benji Adams AKA The Professor
But the
15 • 7 • 1 • Back | Refresh |
Which normally appears just above that was invisible<0>; it appeared only when I transferred the blanked-out area to a WordPad file, as described above.
Is this susceptible to rational explanation, or is it some cyberpoltergeist that Elena has loosed upon me?
Chat with Bots | Flash Chat with Desti | Create an Account | The Book of AI | Mondobot
© Benji Adams AKA The Professor
But the
15 • 7 • 1 • Back | Refresh |
Which normally appears just above that was invisible<0>; it appeared only when I transferred the blanked-out area to a WordPad file, as described above.
Is this susceptible to rational explanation, or is it some cyberpoltergeist that Elena has loosed upon me?
kaskroute
16 years ago
16 years ago
I would have two questions :
- How can I match sentences like "is blue powder a winter, or a summer color?"
The problem is the comma because AI Engine cut each part.
"is (*), (*)" in raw mode or other things like that doesn't match.
- How can I match sentences like "*points*" or "*laugh*" because * is a special char?
Thank you by advance.
@Irina : I don't know what is the problem, I don't have it.
- How can I match sentences like "is blue powder a winter, or a summer color?"
The problem is the comma because AI Engine cut each part.
"is (*), (*)" in raw mode or other things like that doesn't match.
- How can I match sentences like "*points*" or "*laugh*" because * is a special char?
Thank you by advance.
@Irina : I don't know what is the problem, I don't have it.
» More new posts: Doghead's Cosmic Bar