sigmoidneuron123 commited on
Commit
098823f
·
verified ·
1 Parent(s): 564bee2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +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
  <video controls autoplay loop muted width="600">
19
- <source src="./preview.mp4" type="video/mp4">
20
  Your browser does not support the video tag.
21
  </video>
22
  ## Community Extra
 
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
  <video controls autoplay loop muted width="600">
19
+ <source src="./chess_game.mp4" type="video/mp4">
20
  Your browser does not support the video tag.
21
  </video>
22
  ## Community Extra