sigmoidneuron123 commited on
Commit
8f90a44
·
verified ·
1 Parent(s): 6453b9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,5 +1,14 @@
 
 
 
 
 
 
 
 
 
1
  # NeoChess
2
-
3
  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.
4
 
5
  ## How It Works
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ metrics:
6
+ - accuracy
7
+ avg cpl:
8
+ - 100
9
+ ---
10
  # NeoChess
11
+ ![Diagram](NeoPawn.png)
12
  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.
13
 
14
  ## How It Works