-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
81 lines (68 loc) · 951 Bytes
/
config.yaml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
track:
logger: INFO
bar: false
game:
gain: 1
penalty: -1
sanction: -10
prefs: ~
title: I
grid:
rows: 4
cols: 5
merge: 0.4
minR: 2
wR: 0.2
viz:
freq: 1000
last_k: 10
cell_size: 100
border_width: 2
screen_color: Black
live: false
human:
type: human
style:
name: I
difficulty:
'0': 0
'1': 0
'2': 0
'3': 0
'4': 0
'5': 0
'6': 0
'7+': 0
taste:
warm: 0
cool: 0
minimalism:
'0': 0
'1': 0
'2': 0
'3': 0
'4': 0
'5': 0
'6': 0
'7+': 0
model: ConvDQN
criterion:
name: SmoothL1Loss
params:
beta: 1.0
optimizer:
name: AdamW
params:
lr: 0.0005
weight_decay: 0.0001
tau: 0.005
batch_size: 32
gamma: 0
memory: 10000000
qlearn:
repeats: 50000
epsilon: 1
cutoff: 1
patience: 50
visualize: true
top_k: 20