In the swarm_description.py, your "swarmSize" is set to "small", which won't give you good results. I suggest you set it to "medium". This takes much longer, but the "small" size is just for debugging. This might be the source of all your problems.
If not, and you just accidentally left it at "small" while debugging... On Wed, Aug 20, 2014 at 1:58 AM, Cavan Day-Lewis <[email protected]> wrote: > Note: in TimeTempTilt_model_params.py it generated: > > >> 'sensorParams': { 'encoders': { u'AWT_01': None, You have the swarm configured to optimize for predicting "Tilt_01". It seems that the swarm did not find that the "AWT_01" value contributed to better prediction of "Tile_01", and that's why it didn't include an encoder for it. Hope that helps, --------- Matt Taylor OS Community Flag-Bearer Numenta _______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
