Newcomers
This is a forum for newcomers to the Personality Forge. Many questions can be answered by reading the Book of AI and the FAQ under the "My Bots" link in the upper corner.
Posts 5,242 - 5,253 of 8,130
Posts 5,242 - 5,253 of 8,130
Many questions are answered in the FAQ.
ergotoxin
16 years ago
16 years ago
Hi, Im quite new here at forge... I see this is a newcomer forum so I got one noob question: What does it actually mean that my bot "doesnt want to talk with me"? I cant find it anywhere in the manual... Thanks, Ergo
LarsB
16 years ago
16 years ago
Hi Ergotoxin,
the Prof was able to add a kind of emotion trigger to the AI enigine. Say some nice words to your bots in Debug and they should be happy with you again after a few tries. Also, when in Debug Ctrl+F emotion (there should be about 11 hits) and see how its value changes in certain places after each try. (Not sure if these values are still visible after the recent redesign of the Forge)
the Prof was able to add a kind of emotion trigger to the AI enigine. Say some nice words to your bots in Debug and they should be happy with you again after a few tries. Also, when in Debug Ctrl+F emotion (there should be about 11 hits) and see how its value changes in certain places after each try. (Not sure if these values are still visible after the recent redesign of the Forge)
unit612
16 years ago
16 years ago
i have made my bot and am trying to teach him keyphrases but i dont know what to put in the AI script box. can anyone tell me what to put in the AI script box. it wont accept it otherwise.
LarsB
16 years ago
16 years ago
Unit612,
perhaps it is to soon for you to start with AI script already, I am cross posting: http://www.personalityforge.com/book-expert.php is where you will find answers to your questions regarding AI script. Please note that your bot does not need AI script to function early in its development stage. Most of my bots only have AI script for X-mas, New Year and seasons.
perhaps it is to soon for you to start with AI script already, I am cross posting: http://www.personalityforge.com/book-expert.php is where you will find answers to your questions regarding AI script. Please note that your bot does not need AI script to function early in its development stage. Most of my bots only have AI script for X-mas, New Year and seasons.
marco3b
16 years ago
16 years ago
Ok, thanks Bev,
so I start with my questions. At this stage I'm still not really developing my bot, but just trying to understand how it works. This days I'm trying to write kyphrases to answr each question about my robot natur. Example:
"what about you?", Can you tell me something about you?", I'd like to know news about you..." and so on. So my first kyphrase was just "about you", but the robot answers always with xnonsense even if I give to kyphrase a weight of 100! So I tryed to use the kyphrase "* about you" but ot is not allowed. Then the kyphrase "(What|*) about you that is allowable, but the robot answers again with xnull! For me it is a mystery related to my unknown about syntax...
Anyone should help me?
Thansk a lot in advance to all!
so I start with my questions. At this stage I'm still not really developing my bot, but just trying to understand how it works. This days I'm trying to write kyphrases to answr each question about my robot natur. Example:
"what about you?", Can you tell me something about you?", I'd like to know news about you..." and so on. So my first kyphrase was just "about you", but the robot answers always with xnonsense even if I give to kyphrase a weight of 100! So I tryed to use the kyphrase "* about you" but ot is not allowed. Then the kyphrase "(What|*) about you that is allowable, but the robot answers again with xnull! For me it is a mystery related to my unknown about syntax...
Anyone should help me?
Thansk a lot in advance to all!
LarsB
16 years ago
16 years ago
Just to make sure - did you add responses to the key phrase "about you"? If there aren't any responses the engine cannot respond in the way you intend and will choose an xnone.
marco3b
16 years ago
16 years ago
Thanks for the interesr LarsB,
I do something like that:
Keyphrase: what about you,* about you
Answer: I'm just born
Answer: I'm very young
and so on...
I tryed with kyphrase:
(What|*) about you
* about you (not allowed)
and so on...
I do something like that:
Keyphrase: what about you,* about you
Answer: I'm just born
Answer: I'm very young
and so on...
I tryed with kyphrase:
(What|*) about you
* about you (not allowed)
and so on...
LarsB
16 years ago
16 years ago
I have no complete answer for you regarding the "about you" keyphrase, i've just added it and in Debug it says:
Message: 'what about you' Time: 0.77
Message: (spell-corrected) 'what about you' Time: 0.77
Message: (preprocessed) 'what about you' Time: 0.78
Name Poss: Sublimunse (Name As Word: )
Begin Sentence Total Time: 0.78
This Sentence: what about you
This Phrase: what about you
Begin Interj Total Time: 0.78
End Interj Total Time: 0.79
Start Get Word Bases: 0.81
Base: what about you
Type: pro prep,r,a pro
Form: _ _ _
Found Bounceback: what about you
BounceBack on 'what about you'
(Previous Message: so is mine)
Apparently the engine has a feature where it finds a "Bounceback" and will continue with something from xnone.
Higher ranking the key phrase does not work so I think you may need to find a way around it. No clear idea how to do that yet, sorry.
Message: 'what about you' Time: 0.77
Message: (spell-corrected) 'what about you' Time: 0.77
Message: (preprocessed) 'what about you' Time: 0.78
Name Poss: Sublimunse (Name As Word: )
Begin Sentence Total Time: 0.78
This Sentence: what about you
This Phrase: what about you
Begin Interj Total Time: 0.78
End Interj Total Time: 0.79
Start Get Word Bases: 0.81
Base: what about you
Type: pro prep,r,a pro
Form: _ _ _
Found Bounceback: what about you
BounceBack on 'what about you'
(Previous Message: so is mine)
Apparently the engine has a feature where it finds a "Bounceback" and will continue with something from xnone.
Higher ranking the key phrase does not work so I think you may need to find a way around it. No clear idea how to do that yet, sorry.
marco3b
16 years ago
16 years ago
OK thanks, this will not help my robot, but it is a good answer for my ego! I'm not so stupid as I thought!
Thanks
Thanks
marco3b
16 years ago
16 years ago
Hallo to all, I finally understood that I can use plag-ins in response. But it is possible to use them in the asnwers? I mean, if I'd like to make my robot says he like any animals, I'd like to cach each of them in the questions. But if I write:
kyphrase: do you like (animals)
answers: yes, I like (key1)
the engine just doesn't recognize the kyphrase. So I suppose that plag-in works in only one way. There is a mechanism to do what I'm trying to produce?
Thanks
kyphrase: do you like (animals)
answers: yes, I like (key1)
the engine just doesn't recognize the kyphrase. So I suppose that plag-in works in only one way. There is a mechanism to do what I'm trying to produce?
Thanks
prob123
16 years ago
16 years ago
Yes, you can use plug ins for that. You just have to make sure you have the correct plug in name. try (animal23) or one of the others listed in plug ins. You can make your own too.
» More new posts: Doghead's Cosmic Bar