numenta / htmresearch

Experimental algorithms. Unsupported.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sensorimotor experiments broken

BoltzmannBrain opened this issue · comments

All of the sensorimotor experiments are broken:

  • /sm_1D_test.py: ImportError: No module named temporal_memory_inspect_mixin
  • /sm_simple_1D_test.py: ImportError: cannot import name VectorEncoder (see #137 )
  • /sm_test_with_pooling.py: ImportError: cannot import name VectorEncoder (see #137 )
  • /sm_pooling_hello_world.py: ImportError: No module named pattern_machine
  • /sm_pooling_1d_test.py: ImportError: No module named pattern_machine
  • /stp_test.py: ImportError: No module named pattern_machine

After editing imports directory for pattern_machine, /sm_pooling_1d_test.py and /stp_test.py work, but /sm_pooling_hello_world.py returns IndexError: list index out of range.

@BoltzmannBrain Good find, Alex. The changes to the SM experiment that @chetan51 and I worked on likely broke these.

Update: I'm debugging /sm_pooling_hello_world.py and ignoring tests with errors involving VectorEncoder

Thanks @rmccall84, I'll work on the errors with VectorEncoder.

Keeping the issue open b/c some of the tests are still broken.