Status: Accepted
Owner:
justinn...@gmail.com
Labels: Type-Defect Priority-Medium
New issue 133 by
justinn...@gmail.com: Extremely low decay rates causes
Soar to crash
http://code.google.com/p/soar/issues/detail?id=133
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.