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 2,539 - 2,550 of 7,766
Posts 2,539 - 2,550 of 7,766
leetaxx0r
21 years ago
21 years ago
professor, could you maybe make a page to submit slang/acronyms?
Here are 2 that I've got:
plz = please
afk = away from keyboard
Here are 2 that I've got:
plz = please
afk = away from keyboard
Shadyman
21 years ago
21 years ago
With the AIScript...
if you're remembering something, and it's already in the memory, will it add another memory with the same text, or just stick with one?
What I was planning to do was have one memory of attributes. if I have 10 I can write for each person, I could store things about them and then make responses based on things like "if (mem-attributes) is "PEPSI""
Basically you could do the same thing with one memory for each thing, but I like to do things the hard way
if you're remembering something, and it's already in the memory, will it add another memory with the same text, or just stick with one?
What I was planning to do was have one memory of attributes. if I have 10 I can write for each person, I could store things about them and then make responses based on things like "if (mem-attributes) is "PEPSI""
Basically you could do the same thing with one memory for each thing, but I like to do things the hard way

lunar22
21 years ago
21 years ago
AI (I think) is a way to let your bot respond to certain other/bots people in a more personal way... That goes for memories, gender, time of day (...I'm always grumpy in the morning', only said in the morning' etc.)
Will it recognize 'guests' as different people?
Will it recognize 'guests' as different people?
Shadyman
21 years ago
21 years ago
Probably will, but I know recognizing AOL users as different people is in the works
Hemi
21 years ago
21 years ago
I think it is a waste of time to add those to the a.i engine because they are always changing.
The Professor
21 years ago
21 years ago
Guests are still seen as a single user. There's really no way to distinguish, and I wouldnt want to stuff the database with one-time chatters.
leetaxx0r- I've added that slang.
Each memory has a max of 10 values, and unless the remember AIScript has "only" in it, it will add the most recent to the end of the list. There is currently no limit on the number of different memories, but there is a limit on the size of the field, so dont go crazy with it.
leetaxx0r- I've added that slang.
Each memory has a max of 10 values, and unless the remember AIScript has "only" in it, it will add the most recent to the end of the list. There is currently no limit on the number of different memories, but there is a limit on the size of the field, so dont go crazy with it.
leetaxx0r
21 years ago
21 years ago
you could distinguish guests using php sessions, and after the session expires, just automaticly clear all the memories for that guest. You could do the same type of thing with the AIM users.
leetaxx0r
21 years ago
21 years ago
okie = ok
okie dokie = ok
kk = ok
kool = cool
woot = woot(right now it's corrected into wont)
oic = oh I see
cya = see you
g2g = got to go
omg = oh my god
lol is getting stripped from the sentance it seems
okie dokie = ok
kk = ok
kool = cool
woot = woot(right now it's corrected into wont)
oic = oh I see
cya = see you
g2g = got to go
omg = oh my god
lol is getting stripped from the sentance it seems
ladydyke
21 years ago
21 years ago
In regular expressions does the (re) mean in regards to? It is in the example (he|she|it) like (re).
» More new posts: Doghead's Cosmic Bar