Open speedybits opened 3 years ago
Modified code to support variable BOARD_ROWS and BOARD_COLS. If BOARD_ROWS!=BOARD_COLS then a win is from one side of the rectangle to the other. To get the AI to work, had to add 'savePolicy()' to the end of 'play'.
Modified code to support variable BOARD_ROWS and BOARD_COLS. If BOARD_ROWS!=BOARD_COLS then a win is from one side of the rectangle to the other. To get the AI to work, had to add 'savePolicy()' to the end of 'play'.