Thread: Programming AI
View Single Post
  #3  
Old 01-15-2009, 02:49 PM
Kobaz
Hill Giant
 
Join Date: Nov 2008
Location: Gold Coast, Oz
Posts: 119
Default

Getting this stuff to work well is hard. The fact that the contexts should be limited by being in a game will help though.

Typically these sorts of processors are done as Markov chains. This is why they eventually start to repeat themselves. I remember hearing a conference presentation where a researcher was using genetic algorithms to produce dynamic transition matrices to get more natural responses from a bot. I can't recall the guy's name (it was 17 years ago) but he was relying on the idea that the human response should relate to what the bot said if what the bot said made sense. The correlation between responses adjusted the weights in the matrix.
Reply With Quote