102->201 / NAS->autoDL / more configs of TAS / reorganize docs / fix bugs in NAS baselines
This commit is contained in:
9
scripts-search/algos/GRID-RL.sh
Normal file
9
scripts-search/algos/GRID-RL.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
echo script name: $0
|
||||
|
||||
lrs="0.01 0.02 0.1 0.2 0.5 1.0 1.5 2.0 2.5 3.0"
|
||||
|
||||
for lr in ${lrs}
|
||||
do
|
||||
bash ./scripts-search/algos/REINFORCE.sh ${lr} -1
|
||||
done
|
Reference in New Issue
Block a user