-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/em composition #2735
Feat/em composition #2735
Conversation
- all_entries_identical()
first draft of module that implements episodic / external memory Composition
- add error message for specifcation of default_control_allocation or default_gating_allocation
- add error message for specifcation of default_control_allocation or default_gating_allocation
- add error message for specifcation of default_control_allocation or default_gating_allocation
- constructs but wiring still not right
- first draft; needs to be run
- add memory decay and storage
- storage and retrieval working
- exclude value_input_nodes as NodeRole.OUTPUT
- TODO notes
- suppress warning for no efferent projectsions
- add storage_prob and related parameters - docs in progress
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
- field_weights normalized • test_emcomposition.py - test_simple_retrieval_without_storage_or_decay() - passes for normalized field_weights
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
- field_weights normalized • test_emcomposition.py - test_simple_retrieval_without_storage_or_decay() - passes for normalized field_weights
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
- __init__(): add **kwargs • emcomposition.py - __init__(): pass args to super
- _construct_retrieval_weighting(): fixed bug; now uses single InputPort
- _construct_retrieval_weighting(): fixed bug; now uses single InputPort
…PARAMS # Conflicts: # tests/composition/test_emcomposition.py
- refactored to use local args until super()
- refactored to use local args until super()
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
• emcomposition.py
• test_emcomposition.py