Skip to content

Commit 7458dbe

Browse files
committed
Stronger playstyle regularization
1 parent 8367734 commit 7458dbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

warriors/rating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
LOG10_OVER_400 = np.log(10) / 400
1515

1616
# L2 regularization strength: at ||playstyle|| = 100, loss = X
17-
PLAYSTYLE_L2_LAMBDA = 0.02 / 100**2
17+
PLAYSTYLE_L2_LAMBDA = 0.05 / 100**2
1818

1919

2020
@dataclass(frozen=True)

0 commit comments

Comments
 (0)