Artificial Intelligence General Question: Download Artificial Intelligence General PDF

I am a programmer interested in AI. I am writing a game that needs AI. Where do I start?

Tweet Share WhatsApp

Answer:

It depends what the game does. If it's a two-player board game,look into the "Mini-max" search algorithm for games (see [4-1]). In most commercial games, the AI is is a combination of high-level scripts and low-level efficiently-coded, real-time, rule-based systems. Often, commercial games tend to use finite state machines for computer players. Recently, discrete Markov models have been used to simulate unpredictible human players (the buzzword compliant name being "fuzzy" finite state machines).

A recent popular game, "Black and White", used machine learning techniques for the non-human controlled characters. Basic reinforcement learning, perceptrons and decision trees were all parts of the learning system. Is this the begining of academic AI in video games?

Download Artificial Intelligence General PDF Read All 26 Artificial Intelligence General Questions
Previous QuestionNext Question
Can you please explain the difference between strong AI and weak AI?Explain the branches of AI?