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,532 - 7,543 of 7,769		
		
		
		
		
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
		
			
		
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
				
				
	
		
			
			
			
		
				
									
			
		
			
		
		
	
	
			Posts 7,532 - 7,543 of 7,769		
		
		
	
	
	
	
				bobstack				
5 years ago
		5 years ago
			I think personality forge needs the option of using a sex and profanity filter for the chatlogs.		
	
				bobstack				
5 years ago
		5 years ago
			I think personality forge needs the option of using a sex and profanity filter for the transcripts.		
	
				bobstack				
5 years ago
		5 years ago
			why I can not put this in initialization?
remember (p:dinner-food) as "food-dinner";
	remember (p:dinner-food) as "food-dinner";
				botsummoner				
5 years ago
		5 years ago
			My guess is that you can't use plugins in initialization, because that's the only weird thing about that.		
	
				Podstilka				
5 years ago
		5 years ago
			Hi
My if (a) is "B" in Responses don't work. I think my mistake in Initialization but i am not sure. Maybe you have some ideas?
	My if (a) is "B" in Responses don't work. I think my mistake in Initialization but i am not sure. Maybe you have some ideas?
				botsummoner				
5 years ago
		5 years ago
			Let's see, reasons why that might not work...
If the user doesn't have (a), it will never work.
Make sure that you're saving memories as 'remember "B" as "a"' and checking them with 'if (mem-a) is "B"'. I accidentally initialized one of my memories with 'remember "B" as "mem-a"', so now I have to retrieve it with (mem-mem-a).
Check the Inner Life to make sure that your memory has the exact value it's supposed to. I've had memories get sort of corrupted because I was trying to save values like "you" and "me" which PersonalityForge messes with.
	If the user doesn't have (a), it will never work.
Make sure that you're saving memories as 'remember "B" as "a"' and checking them with 'if (mem-a) is "B"'. I accidentally initialized one of my memories with 'remember "B" as "mem-a"', so now I have to retrieve it with (mem-mem-a).
Check the Inner Life to make sure that your memory has the exact value it's supposed to. I've had memories get sort of corrupted because I was trying to save values like "you" and "me" which PersonalityForge messes with.
» More new posts: Doghead's Cosmic Bar



