File tree Expand file tree Collapse file tree 6 files changed +7
-2
lines changed
tests/components/synapses/modulated Expand file tree Collapse file tree 6 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 5050from .synapses .convolution .traceSTDPDeconvSynapse import TraceSTDPDeconvSynapse
5151## point to modulated component types
5252from .synapses .modulated .MSTDPETSynapse import MSTDPETSynapse
53+ from .synapses .modulated .REINFORCESynapse import REINFORCESynapse
5354
5455## point to monitors
5556from .monitor import Monitor
Original file line number Diff line number Diff line change 2727
2828## modulated synaptic components
2929from .modulated .MSTDPETSynapse import MSTDPETSynapse
30+ from .modulated .REINFORCESynapse import REINFORCESynapse
3031
3132## patched synaptic components
3233from .patched .patchedSynapse import PatchedSynapse
Original file line number Diff line number Diff line change 33from .expSTDPSynapse import ExpSTDPSynapse
44from .eventSTDPSynapse import EventSTDPSynapse
55from .BCMSynapse import BCMSynapse
6+
File renamed without changes.
Original file line number Diff line number Diff line change 11from .MSTDPETSynapse import MSTDPETSynapse
2+ from .REINFORCESynapse import REINFORCESynapse
3+
Original file line number Diff line number Diff line change 44from ngcsimlib .context import Context
55import numpy as np
66np .random .seed (42 )
7- from ngclearn .components .synapses .hebbian .REINFORCESynapse import REINFORCESynapse
7+ from ngclearn .components .synapses .modulated .REINFORCESynapse import REINFORCESynapse
88from ngcsimlib .compilers import compile_command , wrap_command
99from numpy .testing import assert_array_equal
1010
@@ -51,5 +51,5 @@ def clamp_rewards(x):
5151 # assert_array_equal(a.dWeights.value, truth)
5252 print (a .dWeights .value )
5353
54- # test_REINFORCESynapse1()
54+ #test_REINFORCESynapse1()
5555
You can’t perform that action at this time.
0 commit comments