Skip to content

Commit

Permalink
📦 NEW: New data gen and policy net
Browse files Browse the repository at this point in the history
  • Loading branch information
ianagbip1oti committed Nov 5, 2024
1 parent a164488 commit 96f3a75
Show file tree
Hide file tree
Showing 26 changed files with 931 additions and 597 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/main.rs"

[dependencies]
arrayvec = "=0.7.4"
bytemuck = { version = "=1.17.1", features = ["derive", "extern_crate_alloc", "min_const_generics"] }
bytemuck = { version = "=1.17.1", features = ["derive", "extern_crate_alloc", "min_const_generics", "must_cast"] }
fastapprox = "=0.3.1"
goober = { git = "https://github.com/jw1912/goober/", rev = "32b9b52" }
nohash-hasher = "=0.2.0"
Expand Down
10 changes: 0 additions & 10 deletions bin/first_moves.epd

This file was deleted.

Binary file removed bin/gm2001.bin
Binary file not shown.
6 changes: 3 additions & 3 deletions bin/tuning_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"fixed_parameters": {
"Threads": 1,
"Hash": 128,
"PolicyTemperatureRoot": 100,
"SyzygyPath": "/syzygy"
}
},
Expand All @@ -18,9 +19,8 @@
}
],
"parameter_ranges": {
"CPuct": "Real(0.0, 3.0)",
"CPuctTau": "Real(0.5, 1.0)",
"PolicyTemperatureRoot": "Real(1.0, 20.0)"
"CPuct": "Integer(1, 100)",
"CPuctTau": "Integer(50, 100)"
},
"rounds": 15,
"engine1_npm": "25000",
Expand Down
Loading

0 comments on commit 96f3a75

Please sign in to comment.