Skip to content

Commit 716e726

Browse files
authored
DFRC Policy Data (#94)
Elo | 44.83 +- 15.17 (95%) SPRT | 8.0+0.08s Threads=1 Hash=64MB LLR | 3.00 (-2.25, 2.89) [0.00, 5.00] Games | N: 1426 W: 608 L: 425 D: 393 Penta | [54, 125, 245, 162, 127] https://chess.swehosting.se/test/6839/ Bench: 183028
1 parent f0e5632 commit 716e726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train/policy/src/bin/chess.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ fn main() {
55
args.next();
66
let threads = args.next().unwrap().parse().unwrap();
77

8-
policy::train::<PolicyNetwork>(threads, "data/chess/only-new-policy.data".to_string(), 30, 20);
8+
policy::train::<PolicyNetwork>(threads, "data/chess/policy-with-frc.data".to_string(), 30, 20);
99
}

0 commit comments

Comments
 (0)