« Return to Thread: Bots losing memory

Bots losing memory

by Marcus Dickinson :: Rate this Message:

Reply to Author | View in Thread

Good day,
 
Been working on a pandorabot, specifically with bot recollection. My bot seems to lose his memory of name and topic. Here's a simple test AIML:
 
<aiml>
 <category>
  <pattern>GET PREDICATES</pattern>
  <template>
  Name = <get name="name"/><br/>
  Topic = <get name="topic"/><br/>
  </template>
 </category>
</aiml>
 
Now when I first talk to the bot, it has neither of these fields. So I provide it my name and a topic. It then returns the appropriate values. However, I have noticed ifI go back to the bot, from the same computer, an hour later, it has forgotten who I am and what the topic is.
 
Is anyone else experiencing this? Or does anyone have an idea as to where I may be going wrong?
 
Marcus

_______________________________________________
This is the pandorabots-general mailing list
To Post, reply to pandorabots-general@...
Unsubscribe and change preferences at http://list.pandorabots.com/mailman/listinfo/pandorabots-general
Learn netiquette at http://www.dtcc.edu/cs/rfc1855.html
Learn to read at http://www.literacy.org/

 « Return to Thread: Bots losing memory