In Testing_MCTS, it updates the SQL database with a string of the board, which is very long and tedious for SQL to handle as a primary key. How can I make it so it can store, retrieve, and handle the data much faster? It would be better if it converted the data that was already stored into this new format as well.
In Testing_MCTS, it updates the SQL database with a string of the board, which is very long and tedious for SQL to handle as a primary key. How can I make it so it can store, retrieve, and handle the data much faster? It would be better if it converted the data that was already stored into this new format as well.