top | item 14029423

(no title)

happyslobro | 9 years ago

I bet that a game AI model of a human mind's executive function would actually be embarrassingly simple. Something like a 7 element ring buffer of tasks and their parameters, with interrupts. When the bot tries to remember or do more than 7 things, it just starts forgetting stuff, which it might notice again later. Just like me.

discuss

order

shinymark|9 years ago

Agreed. This is why single player game AI can be made fun with simple FSMs and logic models.