amharrison / jactr

-old - jACT-R Bundles
http://jact-r.org/
7 stars 5 forks source link

DefaultProceduralLearningModule6 conflates utility and reward when determining skipping rewards #22

Closed amharrison closed 8 years ago

amharrison commented 8 years ago

The original design had a Reward value of 'NaN' conceptually meaning to skip the reward sequence, but as it is implemented, it is relying upon Utility/ExpectedUtility.

This is related to https://github.com/amharrison/jactr/issues/21

amharrison commented 8 years ago

Fixed, and added the recommended keyword support for skip,stop and default from #21. This is available now in the dev tree