nengo / nengo-loihi

Run Nengo models on Intel's Loihi chip
https://www.nengo.ai/nengo-loihi/
Other
35 stars 12 forks source link

Investigate behaviour of `PES.pre_synapse` parameter #179

Open drasmuss opened 5 years ago

drasmuss commented 5 years ago

We should make sure that this parameter is being properly mapped to Loihi (e.g., that modifying pre_synapse has the same effect in nengo-loihi as it does in nengo core).

hunse commented 5 years ago

We either need a devoted test for it, or work it into the other learning tests. As part of that, we might want to look into probing traces. I think this is possible on the Loihi side, and it would be nice to expose this to users (we do have an interface for this in nengo, by probing pre_filtered on the learning rule).