File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,17 @@ domainlab_args:
23
23
zx_dim : 0
24
24
zy_dim : 64
25
25
zd_dim : 64
26
- opt : AdamW
26
+ lr_scheduler : CosineAnnealingLR
27
27
28
28
29
29
Shared params :
30
+ opt :
31
+ distribution : categorical
32
+ datatype : str
33
+ values :
34
+ - AdamW
35
+ - Adam
36
+
30
37
nb4reg_over_task_ratio :
31
38
distribution : categorical # name of the distribution
32
39
datatype : int
@@ -79,14 +86,14 @@ fixed_multplier_irm_dial:
79
86
trainer : irm_dial
80
87
shared :
81
88
- gamma_reg
82
- - nb4reg_over_task_ratio
89
+ - opt
83
90
84
91
feedforward_irm_dial :
85
92
model : erm
86
93
trainer : hyperscheduler_irm_dial
87
94
shared :
88
95
- gamma_reg
89
- - nb4reg_over_task_ratio
96
+ - opt
90
97
91
98
mhof_irm_dial_erm :
92
99
model : erm
@@ -98,7 +105,13 @@ mhof_irm_dial_erm:
98
105
nb4reg_over_task_ratio : 0
99
106
str_setpoint_ada : " SliderAnyComponent()"
100
107
shared :
108
+ - opt
101
109
- k_i_gain_ratio
102
110
- mu_init
103
111
- mu_clip
104
112
- exp_shoulder_clip
113
+
114
+ erm :
115
+ model : erm
116
+ shared :
117
+ - opt
You can’t perform that action at this time.
0 commit comments