Skip to content

Commit

Permalink
fix rl test
Browse files Browse the repository at this point in the history
  • Loading branch information
anandpathak31 committed Jan 6, 2024
1 parent 63d2ade commit 250c731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reinforcement_learning.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ using CSV
bloxs = [VAC, PFC, STR_L, STR_R, SNcb, TAN_pop, AS, stim]
d = Dict(b => i for (i,b) in enumerate(bloxs))

hebbian_mod = HebbianModulationPlasticity(K=0.2, decay=0.01, modulator=SNcb, t_pre=t_trial, t_post=t_trial, t_mod=0.31*t_trial)
hebbian_mod = HebbianModulationPlasticity(K=0.2, decay=0.01, α=3, θₘ=1, modulator=SNcb, t_pre=t_trial, t_post=t_trial, t_mod=0.31*t_trial)
hebbian = HebbianPlasticity(K=0.2, W_lim=2, t_pre=t_trial, t_post=t_trial)

g = MetaDiGraph()
Expand Down

0 comments on commit 250c731

Please sign in to comment.