Decision making concepts

Decision trees are a type of decision process that evaluates the different outcomes within the game to then determain what the AI's need to do next within the game. the decision tree uses three different types of variables and they are the Yes, No and maybe.

state machines
is where only one action will be processed at a time and after the one action has finished it will then transition to the next available action within the sequence.

Fuzzy logic
fuzzy logic is where you can have different variables as the standard logic follows the factors of true or false (1's or 0's) however with fuzzy logic it uses the variables 1's, 0's or anything in between for example it evaluates if the player is hurt or not and what action that player should take depending on outcome.

Comments

Popular posts from this blog

Learning Techniques

Algorithms, heuristic and hacks