Skip to content

Commit 630663b

Browse files
committed
add min_lr_ratio to sweep
1 parent 8c417b4 commit 630663b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pufferlib/config/default.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ min = 0.00001
102102
max = 0.1
103103
scale = 0.5
104104

105+
[sweep.train.min_lr_ratio]
106+
distribution = uniform
107+
min = 0.0
108+
max = 0.5
109+
scale = auto
110+
105111
[sweep.train.ent_coef]
106112
distribution = log_normal
107113
min = 0.00001

0 commit comments

Comments
 (0)