RE: Emergent AI

You are viewing a single comment's thread from:

Emergent AI

in ai •  7 years ago 

I have yet to get to programming actual AI in a game, most of my AI code is in the way of extremely predictable, like goombas.

Would love to read something technical about your GPGOAP. Overview of how it was designed and such.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Hi poet,

GPGOAP is an implementation of GOAP by Jeff Orkin. This in turn, is based on MIT's STRIPS planner.

The README.md on my GPGOAP page walks through the mechanisms of how the planner works.

My implementation has the property of being completely decoupled from the game's code. There are no enums, types, objects required from the game in the GPGOAP code as it is all based on symbols that the game feeds it.