September 2018
Intermediate to advanced
296 pages
9h 10m
English
The second component of our AlphaGo Zero agent is the MCTS algorithm. In our mcts.py module, we implement an MCTreeSearchNode class, which represents each node in an MCTS tree during a search. This is then used by the agent implemented in alphagozero_agent.py to perform MCTS using PolicyValueNetwork, which we implemented just now.
Read now
Unlock full access