How would I convert the output of a keras model into a chess move?
My model was trained off of thousands of FENs which are simply chess positions and the move that was played as a response to that chess position. The model should output a predicted move in response to an FEN.