Skip to content
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

Providing BG inputs with SPA syntax #190

Closed
jgosmann opened this issue Jun 29, 2018 · 0 comments
Closed

Providing BG inputs with SPA syntax #190

jgosmann opened this issue Jun 29, 2018 · 0 comments
Milestone

Comments

@jgosmann
Copy link
Collaborator

ens = nengo.Ensemble(50, 1)
with spa.ActionSelection() as asel:
    utility = spa.ifmax(0, ...)

Both

ens >> utility

and

ens >> asel.bg.input[0]

do not work, but could potentially made to work. Not sure if it should be allowed (but we allow it for scalar SPA input in other modules).

@jgosmann jgosmann added the bug label Jun 29, 2018
@jgosmann jgosmann added this to the 0.5.2 milestone Jun 29, 2018
jgosmann added a commit that referenced this issue Jul 5, 2018
Closes #190.

This does not allow connections to the basal ganglia input node in this
style because this would require to allow SPA style connections to sliced
inputs which is currently not implemented.
jgosmann added a commit that referenced this issue Jul 5, 2018
Closes #190.

This does not allow connections to the basal ganglia input node in this
style because this would require to allow SPA style connections to sliced
inputs which is currently not implemented.
@jgosmann jgosmann modified the milestones: 0.5.2, 0.6 Jul 5, 2018
@jgosmann jgosmann removed the bug label Jul 5, 2018
jgosmann added a commit that referenced this issue Jul 10, 2018
Closes #190.

This does not allow connections to the basal ganglia input node in this
style because this would require to allow SPA style connections to sliced
inputs which is currently not implemented.
jgosmann added a commit that referenced this issue Jul 10, 2018
Closes #190.

This does not allow connections to the basal ganglia input node in this
style because this would require to allow SPA style connections to sliced
inputs which is currently not implemented.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant