Skip to content

Commit

Permalink
Trained new NNUE weights using 175m positions
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmoth committed Sep 5, 2024
1 parent f447833 commit f4eb766
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion iBlunder.Engine/DataGen/DataGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private void RunIteration(BinaryWriter writer, ParallelSearcher searcher)
throw new Exception("Failed to apply move.");
}

if (Math.Abs(score) >= 1500)
if (Math.Abs(score) >= 2000)
{
if (++adjudicationCounter > 4 && score > 0)
{
Expand Down
16 changes: 12 additions & 4 deletions iBlunder.Engine/Resources/WeightsHistory/log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,25 @@ LR: 0.001, 0.3, 12
SuperBatches: 48

----------------------------------
[Current] weights_6.bin
weights_6.bin
----------------------------------
Data: 110m positions
WDL: 0.75
LR: 0.001, 0.3, 16
SuperBatches: 64

----------------------------------
[NEXT] weights_7.bin
[Current] weights_7.bin
----------------------------------
Data: 175m positions
WDL: 0.7
LR: 0.001, 0.3, 16
SuperBatches: 64

----------------------------------
[Next] weights_8.bin
----------------------------------
Data: 200m positions
WDL: 0.7
LR: 0.001, 0.3, 20
SuperBatches: 80
LR: 0.001, 0.3, 16
SuperBatches: 64
Binary file not shown.
Binary file modified iBlunder.Engine/Resources/iblunder_weights.nnue
Binary file not shown.

0 comments on commit f4eb766

Please sign in to comment.