-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrun_bandit_parallel.bat
More file actions
23 lines (16 loc) · 1.25 KB
/
run_bandit_parallel.bat
File metadata and controls
23 lines (16 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
set poolsfolder=data/20250217-160341
set resultsfolder=%poolsfolder%-results
set minarm=5
set problemlist=pool_assignment
set horizon=1000
set numsims=100
::'all' or file name under '[pools]-results/bandit/users/*.json'
set allowedusers=all
set title=all_human_random
python run_bandit_parallel.py --pools-folder %poolsfolder% --results-folder %resultsfolder% --problems %problemlist% --num_sims %numsims% --horizon %horizon% --min-arm %minarm% --allowed-users %allowedusers% --title %title% --seed 0 --random-assign --assignment-strategy human
:: set allowedusers=mid_users_unfiltered_q1_4_q2_6.json
:: set title=mid_q46_random
:: python run_bandit_parallel.py --pools-folder %poolsfolder% --results-folder %resultsfolder% --problems %problemlist% --num_sims %numsims% --horizon %horizon% --min-arm %minarm% --allowed-users %allowedusers% --title %title% --seed 0 --random-assign --assignment-strategy human
:: set allowedusers=mid_users_unfiltered_q1_4_q2_6.json
:: set title=mid_q46_unassign
:: python run_bandit_parallel.py --pools-folder %poolsfolder% --results-folder %resultsfolder% --problems %problemlist% --num_sims %numsims% --horizon %horizon% --min-arm %minarm% --allowed-users %allowedusers% --title %title% --seed 0 --assignment-strategy human