forked from NathanKlineInstitute/netpyne-STDP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhpsearch_config.json
More file actions
21 lines (21 loc) · 873 Bytes
/
hpsearch_config.json
File metadata and controls
21 lines (21 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"params": {
"STDP-RL:AMPA:RLlenhebb": [50, 100, 200, 250, 400],
"STDP-RL:AMPA:RLlenanti": [50, 100, 200, 250, 400],
"STDP-RL:AMPA:RLhebbwt": [0.02, 0.01, 0.005],
"STDP-RL:AMPA:RLantiwt": [-0.02, -0.01, -0.005],
"STDP-RL:AMPA:RLwindhebb": [2, 3, 5, 10, 25],
"STDP-RL:AMPA:RLwindanti": [2, 3, 5, 10, 25],
"sim:targetedRL": [1, 2, 3],
"sim:targetedRLOppFctr": [0.8, 1.0],
"sim:targetedNonEM": [0, 1],
"critic:posRewardBias": [1.5, 2.5, 2.8],
"critic:angv_bias": [0.4, 0.5, 0.7, 1.0]
},
"conditions": [
["STDP_RL_AMPA_RLlenhebb == STDP_RL_AMPA_RLlenanti", 2],
["STDP_RL_AMPA_RLhebbwt == - STDP_RL_AMPA_RLantiwt", 4],
["STDP_RL_AMPA_RLwindhebb == STDP_RL_AMPA_RLwindanti", 6],
["sim_targetedRL == 3 or sim_targetedRLOppFctr == 1.0", 8]
]
}