Continue working with a Soar with the rules from file
"ht-imp.s8" loaded (or start a fresh Soar and load the file). Now
turn learn
-on, and select to
watch learning
-print the chunk creation trace. (Note that learning is
normally turned on when Soar starts up, but we turned it off in
the ht.s8 file in order to simplify the model's behaviour
earlier.)
Now run the model through the impasse, and compare your trace
with Trace 6.
Then
init-soar
and run through the impasse again, and compare your trace with
Trace 7.
You can remove all learnt chunks in order to watch chunks get
learned anew by using the
excise
command (use excise -chunks).