Skip to content

Macfa/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neural network Game by chy

To use

  • modules:
    • os
    • numpy
    • chess
    • torch

feature

  1. en passan:
    • 3, 6 rank or None
  2. kingside castling:
    • R,K Castling
  3. queenside castling:
    • R,Q Castling

scenario

  • comm'n soon

files

  • parsing.py:

    • load a file about data in game
    • push a moves to game board
    • save a file with board
  • state.py:

    • inialize a board
    • define a Method to use
    • convert piece to vector
    • return vector
  • play.py:

    • define a network
    • load a file that defined in parsing.py
    • define a loss function
    • input's data to network
    • play ( WEB framework )

Helpful

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages