Optimize simple-mcts implementation with pickle
The pickle module has proven successful in replacing deepcopy for the custom UCT implementation. It should now be used for the simple-mcts based simulation for some big performance improvement.
The pickle module has proven successful in replacing deepcopy for the custom UCT implementation. It should now be used for the simple-mcts based simulation for some big performance improvement.