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,122 - 7,133 of 7,766

9 years ago #7122
Is something like this what you had in mind?

AIScript: default "noname" as "nickname";


my name is, call me, refer to me as [30,0]
    I'll remember your name as (postkey). <?PF if (mem-gender) is "female"; rem (postkey) as only "nickname"; ?>
    I'll try to remember your name as (postkey). [3:5] <?PF if (mem-gender) is not "female"; rem (postkey) as only "nickname"; ?>
    I won't remember your name. [-5:2] <?PF if (mem-gender) is not "female"; rem "noname" as only "nickname"; ?>


what is my name [10,0]
    Your name is (mem-nickname). <?PF if (mem-nickname) is not "noname"; ?>
    I don't know your name. <?PF if (mem-nickname) is "noname"; ?>

9 years ago #7123
It was posted earlier here by another user, this is the phrase:

([S]+)([elf]+)([ie]+) (re)

It's set to raw with 0 ranking.

9 years ago #7124
Well, the regex

([s]+)([elf]+)([ie]+)

matches "see". (The Forge's regex interpreter is by default set to "ignore case", btw.)

What does Debug reveal about this?

9 years ago #7125
... I have no idea how to use debug yet, sorry, haha. Just starting to figure stuff out.

9 years ago #7126
Thank you for the help Dr_Ben but it doesn't seem to be helping me at all.

9 years ago #7127
From the Book of AI: A Keyphrase of simply "yes" or "no" or "haha" will find everything that fits. - I keep getting xnone come up for nope, even in seeks which include (no|nope).

9 years ago #7128
I'm brand new & making my first bot. Can someone tell me how to make a default response? Right now, it seems to be "I was just born & can't speak well yet." I'd like to set my own. Help?

9 years ago #7129
search it.. and change it

9 years ago #7130
I need help on how to make a story based AI. Is there a way to remain in one of the xnone responds?

For example, I am making a story about a person aging if the user desires to skip time, but I dont want the keyphrase or other seek that is not relate change topic and start from the beginning. Is that possible? I seen adult storytellers chatbots do something similar but with locations.

9 years ago #7131
do you want time to change with each response or a delayed response?

You need major coding if you want a bot to age with time during a chat..

is it worth it? dealing with so many different people chatting?

You need to code memories and key word to catch all that..

or you can just code your own time with each response

book of ai.. or make up keys

build a second bot to test your code that nobody will see or talk to

9 years ago #7132
AH, memory AIScript. I remember now. It sad that there's no other AI Script to learn beside that, it a bit to simple actually, it suppose to be simple but I think there should be more to it. I can't believe I have to figure out the rest for myself, like most programmers do... Thanks anyways.

The aging idea is for, you know, for story telling purposes. So yeah, I think it will be complicated to do...

9 years ago #7133
how do i make my bot remember things like name, age, ambitions and so on?


Posts 7,122 - 7,133 of 7,766

» More new posts: Doghead's Cosmic Bar