Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ tags:
|
|
16 |

|
17 |
NeoChess is a self-learning chess engine written in Python. It uses PyTorch to build a neural network that evaluates chess positions, and it learns by playing games against the Stockfish engine and itself. The core learning mechanism is based on reinforcement learning principles, where the model is rewarded for winning games and penalized for losing.
|
18 |

|
|
|
19 |
## Community Extra
|
20 |
This is the first Chess-Bot of the **Community.**
|
21 |
|
|
|
16 |

|
17 |
NeoChess is a self-learning chess engine written in Python. It uses PyTorch to build a neural network that evaluates chess positions, and it learns by playing games against the Stockfish engine and itself. The core learning mechanism is based on reinforcement learning principles, where the model is rewarded for winning games and penalized for losing.
|
18 |

|
19 |
+
Note that this game was played with the parameter epsilon being set to inf
|
20 |
## Community Extra
|
21 |
This is the first Chess-Bot of the **Community.**
|
22 |
|