Skip to content

Commit b00a6f1

Browse files
authored
DFRC Value Data (#95)
Elo | 81.37 +- 21.48 (95%) SPRT | 8.0+0.08s Threads=1 Hash=64MB LLR | 2.93 (-2.25, 2.89) [0.00, 5.00] Games | N: 826 W: 413 L: 223 D: 190 Penta | [31, 46, 143, 88, 105] https://chess.swehosting.se/test/6844/ Bench: 184439
1 parent 716e726 commit b00a6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

train/value/src/bin/chess.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fn main() {
3434
.build();
3535

3636
let schedule = TrainingSchedule {
37-
net_id: "wdl0.5".to_string(),
37+
net_id: "dfrc".to_string(),
3838
eval_scale: 400.0,
3939
ft_regularisation: 0.0,
4040
batch_size: 16_384,
@@ -53,7 +53,7 @@ fn main() {
5353

5454
let settings = LocalSettings {
5555
threads: 4,
56-
data_file_paths: vec!["data/chess/new-value.data"],
56+
data_file_paths: vec!["data/chess/value-with-dfrc.data"],
5757
output_directory: "checkpoints",
5858
};
5959

0 commit comments

Comments
 (0)