Skip to content

Razbolt/Reinforcement-Learning-in-Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 Zero Knowledge Chest Engine

- Establish the search tree 
* Use a neural net to prune the search tree 

Definition: Value network 

V- f(board)

State of V:

V = 1 White wins
V = 0 Draw
V = -1 Black wins

State(Board):

Pieces(2+7*2 -16):

*Universal
**Blank
**Blank (En passant)  
*Pieces

**Pawn
**Bishop
**Knight
**Rook
**Rook(can castle)
**Queen
**King



Extra state:
* To move 
*Castle available x4   

8x8x4 -4 = 260 bits
8x8x4 - 4 = 260 bits 

About

Game established with Reinforcement learning to improve itself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages