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 3,903 - 3,914 of 7,769		
		
		
		
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
		
	
	
			Posts 3,903 - 3,914 of 7,769		
		
		
	
	
	
	
				Irina				
21 years ago
		21 years ago
			Annakie et al:
Irina Khalidar too has been getting a lot of repeats. I modestly assumed that it must be some mistake of my own, but if others are experiencing it, perhaps not.
When there are several responses to a single keyphrase, as you know, the AIE is supposed to keep using different ones until they are all exhausted. Perhaps this is the feature that is going wrong.
	Irina Khalidar too has been getting a lot of repeats. I modestly assumed that it must be some mistake of my own, but if others are experiencing it, perhaps not.
When there are several responses to a single keyphrase, as you know, the AIE is supposed to keep using different ones until they are all exhausted. Perhaps this is the feature that is going wrong.
				Irina				
21 years ago
		21 years ago
			Dear ezzer:
I didn't quite understand your message 3901. It seemed that you were talking about plug-ins working in a goto, but how could such a phenomenon occur during export? I have no doubt that you were making sense, I'm just not getting it somehow. Could you rephrase it in 'bot writing for idiots' language, please? Thanks!
Walk in Beauty, Irina
		
	I didn't quite understand your message 3901. It seemed that you were talking about plug-ins working in a goto, but how could such a phenomenon occur during export? I have no doubt that you were making sense, I'm just not getting it somehow. Could you rephrase it in 'bot writing for idiots' language, please? Thanks!
Walk in Beauty, Irina
				Patricia				
21 years ago
		21 years ago
			Hi Irina,
I had a keyphrase like:i give you (flowers12345)
and somewhere else the response:goto i give you (flowers12345)
The AI engine changed the response in for examplegoto I give you roses
which dont exist and produces the response sorry, I have no keyphrase to go to...
I just tried - the trick does NOT work with memories.
		   
	I had a keyphrase like:
and somewhere else the response:
The AI engine changed the response in for example
which dont exist and produces the response sorry, I have no keyphrase to go to...
I just tried - the trick does NOT work with memories.
		
				Irina				
21 years ago
		21 years ago
			Patricia -
OK, that much I think I understand, and I also think it could be a very nice device, if it could be relied upon. Too bad it doesn't work with variables!
	OK, that much I think I understand, and I also think it could be a very nice device, if it could be relied upon. Too bad it doesn't work with variables!
				Irina				
21 years ago
		21 years ago
			Dear Friends:
OK, here's one that REALLY has me flummoxed. In my settings for Irina Khalidar I have, among other initializations for variables,def "0" as "handslost"; . I was using it in conditional AIscript, such as <?PF if (mem-handslost) is "3". But the AIengine won't admit that handslost exists. In debug, it says that handslost does not exist. I tried prefacing a response by  <?PF if (mem-handslost) does not exist; ?>  (continued)		
	OK, here's one that REALLY has me flummoxed. In my settings for Irina Khalidar I have, among other initializations for variables,
				Irina				
21 years ago
		21 years ago
			Sorry, I messed up the colors there. Let me try again.
Dear Friends:
OK, here's one that REALLY has me flummoxed. In my settings for Irina Khalidar I have, among other initializations for variables, def "0" as "handslost";. I was using it in conditional AIscript, such as <?PF if (mem-handslost) is "3". But the AIengine won't admit that handslost exists. In debug, it says that handslost does not exist. I tried prefacing a response by <?PF if (mem-handslost) does not exist; ?> (continued)
	Dear Friends:
OK, here's one that REALLY has me flummoxed. In my settings for Irina Khalidar I have, among other initializations for variables, def "0" as "handslost";. I was using it in conditional AIscript, such as <?PF if (mem-handslost) is "3". But the AIengine won't admit that handslost exists. In debug, it says that handslost does not exist. I tried prefacing a response by <?PF if (mem-handslost) does not exist; ?> (continued)
				Irina				
21 years ago
		21 years ago
			and sure enough, that response was picked. Then I tried writing AI script,
<?PF rem "0" as only "handslost"; ?>
where it would be seen before the "does not exist," but I still get the "does not exist" result! (continued)
	<?PF rem "0" as only "handslost"; ?>
where it would be seen before the "does not exist," but I still get the "does not exist" result! (continued)
				Irina				
21 years ago
		21 years ago
			But wait! I just had a thought! (OK, OK, very funny!) Let me try something - I'll get back to you!
Walk in Beauty, Irina
	Walk in Beauty, Irina
				Irina				
21 years ago
		21 years ago
			[sigh] I tried changing "handslost" to "numhandslost", in case there was some specific problem with the former variable. Now it says (by choosing the abovementioned conditional response)that "numhandslost" does not exist!		
	
				isaacc				
21 years ago
		21 years ago
			Irina --
I think it's the numeral that's messing your memory for "handslost" up. Try spelling out the number. Set it at "zero" as a default, and increase it as necessary by replacing that with "one" or "two" or "four" ...
	I think it's the numeral that's messing your memory for "handslost" up. Try spelling out the number. Set it at "zero" as a default, and increase it as necessary by replacing that with "one" or "two" or "four" ...
				Irina				
21 years ago
		21 years ago
			For what it's worth, here's some history about "handlost": I was having trouble before, because it was taking on the value "5" all the time, when nothing I said could give it a value larger than 4! So I went to Irina Khalidar's "inner life" and found myself, and sure enough, *I* had the value "5" for "handslost". So I deleted that. That's when the AIengine started saying that "handslost" doesn't exist. So I thought, well, maybe it's because I deleted it. But then, why would there still be a problem with "numhandslost"? How could the AIengine realize that "numhandslost" is intended as a substitute for "handslost"?		
	
				Irina				
21 years ago
		21 years ago
			Ah, Isaac, I didn't see your note until just now! I will try what you suggest! But I have another variable, "intimacylevel", which has numerical values but doesn't cause me any trouble.		
	» More new posts: Doghead's Cosmic Bar