htmresearch icon indicating copy to clipboard operation
htmresearch copied to clipboard

Sensorimotor experiments broken

Open BoltzmannBrain opened this issue 10 years ago • 4 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 )
  • [x] /sm_pooling_hello_world.py: ImportError: No module named pattern_machine
  • [x] /sm_pooling_1d_test.py: ImportError: No module named pattern_machine
  • [x] /stp_test.py: ImportError: No module named pattern_machine

BoltzmannBrain avatar Apr 01 '15 14:04 BoltzmannBrain

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 avatar Apr 01 '15 14:04 BoltzmannBrain

@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

ryanjmccall avatar Apr 02 '15 16:04 ryanjmccall

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

BoltzmannBrain avatar Apr 03 '15 04:04 BoltzmannBrain

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

BoltzmannBrain avatar Apr 03 '15 16:04 BoltzmannBrain