- MOE
- Replace the corresponding files with the files in folder
moe, and rerunmoe/optimal_learning/cpp/CMakeLists.txtandmoe/optimal_learning/cpp/CMakeCache.txt.
- BESD
- EI
- LCB
- HyperBand
- MAML
- Q-learning
(VIRT_ENV) $ python run_besd_REP.py miso_gw 0 0 gw10Two1This is the main file for running BESD. It requests 4 inputs:
-
The environment: besd_gw, besd_ky, besd_it, besd_mc
-
Which problem: 0
-
Replication number: 0,1,2,...
-
Problem name:
besd_gw: gw10Two2, gw20Three1.
besd_ky: ky10One.
besd_it: it10.
besd_mc: mcf2.
(VIRT_ENV) $ python main_gpyopt.py gw10Two1 EI 0 0-
Problem name: gw10Two1, gw20Three1, ky10One, it10, mcf2
-
Algorithm: EI, LCB
-
Version: 0
-
Replication_no: 0,1,2,...
(VIRT_ENV) $ python main_hb.py gw10Two1 0 0-
Problem name: gw10Two1, gw20Three1, ky10One, it10, mcf2
-
Version: 0
-
Replication_no: 0,1,2,...
Go to folder maml-rl-pytorch, then run the following:
(VIRT_ENV) $ python train.py --config configs/maml/gw10Two1.yaml --output-folder result_gw10Two1 --seed 0 --num-workers 8(VIRT_ENV) $ python main_ql.py it10 0-
Problem name: gw10Two1, gw20Three1, ky10One, it10, mcf2
-
Replication_no: 0,1,2,...