Skip to content

Commit ea7dc3e

Browse files
committed
Turn off online learning by default
1 parent 86c1297 commit ea7dc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
)
6565
parser.add_argument(
6666
"--policy",
67-
default="linucb_noposthoc",
67+
default="constant",
6868
help=(
6969
"`constant`, `color`, `random`, `random_noposthoc`, `greedy`, `greedy_noposthoc`, "
7070
"`egreedy`, `egreedy_noposthoc`, `linucb`, or `linucb_noposthoc` (default `constant`). "

0 commit comments

Comments
 (0)