neural_network_chess
neural_network_chess copied to clipboard
Free Book about Deep-Learning approaches for Chess (like AlphaZero, Leela Chess Zero and Stockfish NNUE)
Results
3
neural_network_chess issues
Sort by
recently updated
recently updated
newest added
Errata
68
If you spot mistakes, please leave a note as a reply to this issue.
`eval` is a built-in in Python (https://docs.python.org/3/library/functions.html#eval). Overwriting built-ins is allowed but potentially dangerous. This PR renames the evaluation from `eval` to `evaluate`. This change should probably also be reflected...