Model the Mind with Rules
- One way to model mind is to use rules.
- Rules are if then statements.
- For instance, if A is on top of B, and A is smaller than B,
and peg 3 is empty, then move A to peg 3.
- or if you are hungry, then eat.
- ACT-R is a cognitive architecture based around rules that
is used to model the mind.
- Soar is another cognitive architecture based around rules.