bgilroy26 / chess-style

Choose_move is a python driver for a PyTorch deep learning engine located in evaluate_position
0 stars 0 forks source link

Build dataframe #9

Open bgilroy26 opened 4 years ago

bgilroy26 commented 4 years ago

Player_id, Game_id, turn_num, Position_id, position FEN, game result, player piece activity, opponent piece activity, player # of protected pieces, player # of pieces

bgilroy26 commented 4 years ago

add color of turn so that each turn num + color of turn is unique, not just position_id

bgilroy26 commented 4 years ago

Add vector of size 448 to dataframe

bgilroy26 commented 4 years ago

Determine color of player, go through the squares of the board and see if they are attacked by that color. Go through the squares of the board and see how many are attacked by the opponent

bgilroy26 commented 4 years ago

Bootstrap the process by hardcoding the initial values for Petrosian's career. Output Petrosian data to CSV. Future player-career values are read in from csv.