Skip to content
Open
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 @@ -279,7 +279,7 @@ The complete problem space for the blocks world is shown in Figure 2.6. Typicall
![The problem space in the blocks-world includes all operators that move blocks from one location to another and all possible configurations of the three blocks.](Images/blocks-ps.svg)

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 specific state at a given time
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 knowledge is sufficient, it will move toward its goal.
Expand Down