-
Notifications
You must be signed in to change notification settings - Fork 0
/
plt_cfg.yaml
49 lines (49 loc) · 1.37 KB
/
plt_cfg.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
{
"ylim_b": ,
"ylim_t": ,
"xlim_l": ,
"xlim_r": ,
"plots":
[
{
'file': '/Users/aa56927-admin/PycharmProjects/Bandits/result_dumps/OL_Project/exp3.10_0.001.log',
'label': 'lr = 0.001',
'line_width': 2,
'marker': ,
'line_style': 'solid',
"clr": 'b',
},
# {
# 'file': '/Users/aa56927-admin/PycharmProjects/Bandits/result_dumps/OL_Project/exp3_clip.25_0.01.log',
# 'label': 'lr = 0.01',
# 'line_width': 2,
# 'marker': ,
# 'line_style': 'solid',
# "clr": 'r',
# },
# {
# 'file': '/Users/aa56927-admin/PycharmProjects/Bandits/result_dumps/OL_Project/exp3_clip.25_0.02.log',
# 'label': 'lr = 0.02',
# 'line_width': 2,
# 'marker': ,
# 'line_style': 'solid',
# "clr": 'g',
# },
# {
# 'file': '/Users/aa56927-admin/PycharmProjects/Bandits/result_dumps/exp3_clip.50.log',
# 'label': "EXP3-CLIP",
# 'line_width': 2,
# 'marker': ,
# 'line_style': 'solid',
# "clr": 'k',
# },
# {
# 'file': 'results/STL10/constant_beta/rep_top.50',
# 'label': $\beta = 0.5$,
# 'line_width': 1,
# 'marker': ,
# 'line_style': 'solid',
# "clr": 'g',
# },
]
}