-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCBT1CA.json
46 lines (46 loc) · 975 Bytes
/
CBT1CA.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"sync_cycle": 10,
"sleep": 0.02,
"gym_monitor_out_dir": "./tmp/random-agent-results",
"dump_cycle": 100,
"env": {
"name": "CBT1Env-v0",
"observation_shape": [3],
"interaction_period": 3,
"delay": 2,
"penalty": -0.7
},
"in_dim": 3,
"n_action": 2,
"init_action": true,
"use_success_rate": true,
"sr_cycle": 100,
"init_success_rate": 0.5,
"learning_mode": "fl",
"neocortex_learn": true,
"dump_learn": false,
"learning_dump": "learning.dmp",
"use_dump": false,
"one_go_per_episode": true,
"go_cost": 0.5,
"BG" : {
"threshold":0.01,
"disinhibition_length": 2,
"rl_agent": "vpg",
"rl_batch_size": 10,
"accumulation_length": 1
},
"NeoCortex" : {
"Accumulator": {
"attenuation": 0.4,
"input_weight": 0.5,
"noise_weight": 0.5
},
"ActionPredictor": {
"intra_dim": 4,
"batch_size": 50,
"lr": 0.5,
"epochs": 100
}
}
}