We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e5632 commit 716e726Copy full SHA for 716e726
train/policy/src/bin/chess.rs
@@ -5,5 +5,5 @@ fn main() {
5
args.next();
6
let threads = args.next().unwrap().parse().unwrap();
7
8
- policy::train::<PolicyNetwork>(threads, "data/chess/only-new-policy.data".to_string(), 30, 20);
+ policy::train::<PolicyNetwork>(threads, "data/chess/policy-with-frc.data".to_string(), 30, 20);
9
}
0 commit comments