Skip to content

Commit

Permalink
Placeholders for applying params to base nnue
Browse files Browse the repository at this point in the history
  • Loading branch information
linrock committed Jul 2, 2024
1 parent 1b7a9bd commit 4b8ede3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions worker/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,10 @@ def generate_tune_options(params):
w_params = []
b_params = []

# subprocess.check_output(["python3", "../../nnue-pytorch/load_nnue_test.py"])
# subprocess.check_output(["python3", "../../nnue-pytorch/modify_nnue.py", "nn-ddcfb9224cdb.nnue", "w_tune_options.csv"])
# subprocess.check_output(["python3", "../../nnue-pytorch/modify_nnue.py", "nn-ddcfb9224cdb.nnue", "b_tune_options.csv"])

# Run cutechess-cli binary.
# Stochastic rounding and probability for float N.p: (N, 1-p); (N+1, p)
idx = cmd.index("_spsa_")
Expand Down

0 comments on commit 4b8ede3

Please sign in to comment.