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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -15,10 +15,7 @@ tags:
15
  # NeoChess-Community
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
23
  This is the first Chess-Bot of the **Community.**
24
 
 
15
  # NeoChess-Community
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](chess_game.mp4)
 
 
 
19
  ## Community Extra
20
  This is the first Chess-Bot of the **Community.**
21