Dailin Hu
Results
3
comments of
Dailin Hu
If we attempt training using a 15*15 board, would it be better to enlarge the number of simulations in MCTS? Also, using temp=1may cause too many explorations, especially after early...
the solution to that is to create a learning_curves folder by hand, I guess. `mkdir learning_curves` will do.
> Had the same error when installing on ubuntu 20.04. I was able to get over this issue by: `sudo apt-get install libglew-dev` `sudo apt install libopengl0 -y`