sleyzerzon / soar

Automatically exported from code.google.com/p/soar
1 stars 0 forks source link

Extremely low decay rates causes Soar to crash #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed by r13983

Original comment by justinn...@gmail.com on 31 May 2014 at 5:05