Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Sensorimotor experiments broken #149

Open
3 of 6 tasks
BoltzmannBrain opened this issue Apr 1, 2015 · 4 comments
Open
3 of 6 tasks

Sensorimotor experiments broken #149

BoltzmannBrain opened this issue Apr 1, 2015 · 4 comments
Assignees

Comments

@BoltzmannBrain
Copy link
Contributor

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 Replace VectorEncoder usage #137 )
  • /sm_test_with_pooling.py: ImportError: cannot import name VectorEncoder (see Replace VectorEncoder usage #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
@BoltzmannBrain BoltzmannBrain self-assigned this Apr 1, 2015
@BoltzmannBrain
Copy link
Contributor Author

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.

@ryanjmccall
Copy link

@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

@BoltzmannBrain
Copy link
Contributor Author

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

@BoltzmannBrain
Copy link
Contributor Author

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

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants