Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/soar_manual/02_TheSoarArchitecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ blocks.
///

Soar solves a problem in this problem space, it does not explicitly generate all
of the states, examine them, and then create a path. Instead, Soar isin a
of the states, examine them, and then create a path. Instead, Soar is in a
specific state at a given time (represented in working memory), attempting to
select an operator that will move it to a new state. It uses whatever knowledge
it has about selecting operators given the current situation, and if its
Expand Down