Uniform Access to Knowledge in Soar
Uniform Access to Knowledge in Soar
All knowledge in Soar is stored in the form of
productions which represent the long-term
memory of the Soar system. At every
elaboration phase, all
productions are compared against the contents of
working memory.
Productions which match then fire. Thus, Soar has uniform access to
its knowledge stored in long-term memory. This knowledge can be accessed
at any appropriate time (where appropriateness is determined only by
the content of working memory).
Return to the top of this architecture.
Go to a discussion of this property
for multiple architectures.
Current Location: Soar - Properties - Uniform Access to Knowledge