Continue working with a Soar with the rules from file ht-imp.s8 or ht-imps9.soar loaded (or start a fresh Soar and load the file). Now,
turn learn
--on, and select to
watch --learning
1 the chunk creation trace. (Note that learning is
normally turned off when Soar starts up, so we have to turn it on.)
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).