搜索资源列表
AlphaGo MCTS.py
- 实现AlphaGo MCTS的基本版本,通过一些状态、策略函数等(This is a "pure" implementation of the AlphaGo MCTS algorithm in that it is not specific to the game of Go; everything in this file is implemented generically with respect to some state, actions, policy fu
