Hacker News new | ask | show | jobs
by happyslobro 3359 days 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.
1 comments

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