蒙特卡洛树搜索算法 —— github上的implement的原代码

首先在网上看到了关于蒙特卡洛搜索算法的介绍,如下:

https://www.cnblogs.com/steven-yang/p/5993205.html

 

 

并从中发现了一个在GitHub上implement的蒙特卡洛树搜索算法的复现,该代码以module的方式来实现,仓库位置:

https://github.com/jbradberry/mcts

 

 

 

--------------------------------------------------------------------------------------------------------

 

 

 

An implementation of UCT Monte Carlo Tree Search.

 

 

 

 

 

 

 

 

 

 

--------------------------------------------------------------------------------------------------------

 

posted on 2019-05-08 11:41  Angry_Panda  阅读(1474)  评论(0编辑  收藏  举报

导航