What steps will reproduce the problem?
1. source the following:
# this crashes Soar
wma --set decay-rate 0.0698492591015481764
# this doesn't
# wma --set decay-rate 0.0698492591015481765
wma --set forgetting on
wma --set activation on
sp {propose*crash
(state <s> ^superstate nil
-^name)
-->
(<s> ^operator.name crash)
}
sp {apply*crash
(state <s> ^operator.name crash)
-->
(<s> ^name crash)
}
2. run until the first Application Phase ends
What is the expected output? What do you see instead?
Not crashing. It crashes.
Please use labels and text to provide additional information.
Possibly related to issue 132.
Original issue reported on code.google.com by justinn...@gmail.com on 23 Jan 2013 at 2:44
Original issue reported on code.google.com by
justinn...@gmail.com
on 23 Jan 2013 at 2:44