Subsumption architecture vs. perceptual control theory

Posted by Yasir G. on Programmers See other posts from Programmers or by Yasir G.
Published on 2013-06-29T22:26:52Z Indexed on 2013/06/29 22:27 UTC
Read the original article Hit count: 314

I'm a new person to AI field and I have to research and compare 2 different architectures for a thesis I'm writing.

Before you scream (homework thread), I've been reading on these 2 topics only to find that I'm confusing myself more.. let me first start with stating briefly what I know so far.

Subsumption is based on the fact that targets of a system are different in sophistication, thus that requires them to be added as layers, each layer can suppress (modify) the command of the layers below it, and there are inhibitors to stop signals from execution lets say.

PCT stresses on the fact that there are nodes to handle environmental changes (negative feedback), so the inputs coming from an environment go through a comparator node and then an action is generated by that node, HPCT or (Hierarchical PCT) is based on nesting these cycles inside each other so a small cycle to avoid crashing would be nested in a more sophisticated cycle that targets a certain location for example.

My questions, am I getting this the right way? am I missing any critical understanding about these 2 models? also any idea where I can find simplified explanations for each theory (so far been struggling trying to understand the papers from Google scholar :< )

/Y

© Programmers or respective owner

Related posts about theory

Related posts about artificial-intelligence