Open rhyolight opened 5 years ago
I have attached a code package hotgym_test_code.zip that reproduces the problem.
Executing hot_gym.py will run the model for 18819 steps. At step 18809, and then from step 18815 onwards, the 5-Step ahead confidence interval is NaN.
The model is identical to the standard hotgym Network API example except for also displaying the time step index.
The installed packages are numpy==1.12.1 nupic==1.0.5 nupic.bindings==1.0.6 PyYAML==3.10
It is being executed on a Windows 10 box.
I replicated the bug. I think it is a bug in the C++ SDR Classifier. The Python implementations did not have this issue. More details:
@rhyolight please show this https://github.com/numenta/nupic.core/pull/1453
As reported by Phil at https://discourse.numenta.org/t/sdrclassifier-returning-confidence-of-nan/5972: