In MCTS I have searched and found that the mcts itself has not very succesful results but when we combine it with deep reinforcement learning we get perfect results like Google have done in Alpha Go Zero. My question is how to combine mcts with deep reinforcement learning like Alpha Go Zero?