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:
2323 zx_dim : 0
2424 zy_dim : 64
2525 zd_dim : 64
26- opt : AdamW
26+ lr_scheduler : CosineAnnealingLR
2727
2828
2929Shared params :
30+ opt :
31+ distribution : categorical
32+ datatype : str
33+ values :
34+ - AdamW
35+ - Adam
36+
3037 nb4reg_over_task_ratio :
3138 distribution : categorical # name of the distribution
3239 datatype : int
@@ -79,14 +86,14 @@ fixed_multplier_irm_dial:
7986 trainer : irm_dial
8087 shared :
8188 - gamma_reg
82- - nb4reg_over_task_ratio
89+ - opt
8390
8491feedforward_irm_dial :
8592 model : erm
8693 trainer : hyperscheduler_irm_dial
8794 shared :
8895 - gamma_reg
89- - nb4reg_over_task_ratio
96+ - opt
9097
9198mhof_irm_dial_erm :
9299 model : erm
@@ -98,7 +105,13 @@ mhof_irm_dial_erm:
98105 nb4reg_over_task_ratio : 0
99106 str_setpoint_ada : " SliderAnyComponent()"
100107 shared :
108+ - opt
101109 - k_i_gain_ratio
102110 - mu_init
103111 - mu_clip
104112 - 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