0
点赞
收藏
分享

微信扫一扫

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

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

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

​​https://github.com/jbradberry/mcts​​

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

An implementation of UCT Monte Carlo Tree Search.

蒙特卡洛树搜索算法    ——     github上的implement的原代码_强化学习


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


举报

相关推荐

0 条评论