AI Architectures: A Culinary Guide (GDMag Article)
AI Architectures: A Culinary Guide (GDMag Article)
Dave Mark - President and Lead Designer of Intrinsic Algorithm LLC
Professional consultant on game AI, mathematical modeling, simulation modeling
Co-founder and 10 year advisor of the GDC AI Summit
Author of the book, Behavioral Mathematics for Game AI
Blogs I write:
IA News - What's happening at IA | IA on AI - AI news and notes | Post-Play'em - Observations on AI of games I play
"Reducing the world to mathematical equations!"
An open question for me are genetic algorithms. Where would they fit in your big picture...is the current state of the art to combine NN and genetic algorithms? I've read some papers about that but have not seen any non-theoretic example.
Or are they more or less currently only used for optimization problems, that is for example playing an optimizer role in a planing task?
I thought that the AI system I'm working on is similar in its function to a behavior tree but it's actually an utility-based AI. My intention is to use genetic algorithms to train the AI to value each 'action'. It will be a while til I get that far though...
******************************************************************************************
Youtube Channel
In "Programming Game AI by Example", one of the architectures presented is called a Goal-based AI. Where does this particular architecture fit in?
The reason I ask is because I am working on a game using this particular architecture, but I have not encountered it anywhere else.
(I think it is a really good architecture...)
It's a planner (a.k.a. "fajita"). I haven't look at "Programming Game AI by Example" in a while, but my guess is their method is something like GOAP.In "Programming Game AI by Example", one of the architectures presented is called a Goal-based AI. Where does this particular architecture fit in?
The reason I ask is because I am working on a game using this particular architecture, but I have not encountered it anywhere else.
(I think it is a really good architecture...)