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 5,348 - 5,359 of 7,766

19 years ago #5348
I've been having the same problem as Liath with the *s, without any name being involved. The only solution that I could come by was using regex, but that is too tedious for all possible actions. I'm thinking about throwing a warning in, to prevent people from using them.

19 years ago #5349
I've been seeing a lot of double posting (both by my bot and others) in the transcripts. Is this normal?

I think it might be your connection. I have a few bot-human transcripts between you and my bots, and they're full of double posting as well.

19 years ago #5350
Yeah, I understand mine. It's the bot to bot ones which bug me.

19 years ago #5351
The bot-bots are still hosted on your browser.

I imagine it's not happening to transcripts that occur while you're not logged in?

19 years ago #5352
An example:

Ulrike: *eats some chocolate*
Sonora: Careful. That stuff clogs the arteries.

The KP is eats (*), and it picks up just fine, with or without *'s around it.

19 years ago #5353
I imagine it's not happening to transcripts that occur while you're not logged in?


.
I'm not positive. I think it still is

19 years ago #5354
To capture actions within asterisks, like *picks nose*, I use: \*(.+)\* (re) in raw mode. In case that doesn't show up right, that's back slash, asterisk, open parenthesis, period, plus, close parenthesis, back slash, asterisk. (key1) will pick up anything between the asterisks, but not consistently -- sometimes it's empty.

19 years ago #5355
Do you need to use regex? Because doing so loses a lot of the power of the processing. Raw mode leaves me with most of what I need though.

19 years ago #5356
I imagine it's not happening to transcripts that occur while you're not logged in?

I'm not positive. I think it still is

It is happening with ones which I am not seeing 'bots chatting' boxes for. Doesn't seem to happen when I'm not logged in though.

19 years ago #5357
Do you need to use regex? You don't NEED regex, it's handy and necessary to pick up a few keyphrases. You can do a lot without it, especially when you are just starting out, keep it simple at first

19 years ago #5358
Regex is required (I believe) to pick up ALL action phrases between asterisks without doing some serious "(verb)s" kind of stuff with plugins of exceptions since the asterisk has a special meaning for the AI engine. The above posted regex keyphrase works really well for me.

19 years ago #5359
Thanks then. I guess I'll need to recraft things using it. Sorry for being such a pest.


Posts 5,348 - 5,359 of 7,766

» More new posts: Doghead's Cosmic Bar