One issue affecting its accuracy may be time-to-think. It basically gets less than number-of-moves thought loops to figure out the board state, because the description of each move is very compressed. Try explaining to it the moves in natural language, or better, telling it to first restate the moves in natural language, then generate a board state.
One issue affecting its accuracy may be time-to-think. It basically gets less than
number-of-moves
thought loops to figure out the board state, because the description of each move is very compressed. Try explaining to it the moves in natural language, or better, telling it to first restate the moves in natural language, then generate a board state.