Skip to content

Commit

Permalink
Replace deprecated commands
Browse files Browse the repository at this point in the history
  • Loading branch information
moschmdt authored and garfieldnate committed Aug 7, 2024
1 parent ab90ea2 commit c7df550
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/tutorials/soar_tutorial/05.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,12 @@ does not have an evaluation with a value. The operator will first create
an evaluation and later compute the value.

```Soar
Selection*propose*evaluate-operator
selection*propose*evaluate-operator
```

If the state is named selection and there is an item that does not have
an evaluation with a value, then propose the evaluate-operator for that
item.
> If the state is named selection and there is an item that does not have
> an evaluation with a value, then propose the evaluate-operator for that
> item.
The tricky part of translating this into a rule is the test that there
is an item without an evaluation with a value. The item can be matched
Expand Down Expand Up @@ -727,10 +727,10 @@ working memory elements that were not necessary to produce the result,
then the chunk will also test for them and the new rule will be overly
specific.

To invoke chunking, type in: `learn –-on` at the prompt of the interaction
window or add `learn –-on` as a line in the file containing your rules.
To invoke chunking, type in: `chunk always` at the prompt of the interaction
window or add `chunk always` as a line in the file containing your rules.
You will also want to see when chunks are created and fire, which is
enabled using: `watch -–chunks –-print`. Before rerunning your program,
enabled using: `watch --chunks`. Before rerunning your program,
try to predict what types of rules will be learned. There should be two
different types of rules because there are two different types of
results: preferences created by comparing evaluations in the selection
Expand Down

0 comments on commit c7df550

Please sign in to comment.