sigmoidneuron123 commited on
Commit
b7a9a94
·
verified ·
1 Parent(s): 4fc8700

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -16,6 +16,7 @@ tags:
16
  ![Diagram](NeoPawn.png)
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
  ![Preview](preview.gif)
 
19
  ## Community Extra
20
  This is the first Chess-Bot of the **Community.**
21
 
 
16
  ![Diagram](NeoPawn.png)
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
  ![Preview](preview.gif)
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