文件名称:Python-AlphaGoZero工作原理解析的示例代码
文件大小:8.62MB
文件格式:ZIP
更新时间:2022-08-30 23:24:16
Python开发-机器学习
AlphaGo Zero工作原理解析的示例代码
【文件预览】:
alphago_demo-master
----utils.py(3KB)
----sgf_wrapper.py(6KB)
----main.py(3KB)
----load_data_sets.py(5KB)
----policy.py(13KB)
----requirements.txt(81B)
----selfplay.py(2KB)
----LICENSE(11KB)
----gtp_wrapper.py(3KB)
----README.md(5KB)
----go.py(15KB)
----papers()
--------alphago_policy_dcnn2015.pdf(496KB)
--------facebook2015.pdf(1.59MB)
--------alphago2016.pdf(3.32MB)
--------Chaslot_thesis.pdf(1.47MB)
--------cazenave_resnet.pdf(365KB)
--------cazenave2017.pdf(198KB)
--------clark15.pdf(304KB)
--------2013-mcts-go-limits-experiments.zip(1.65MB)
--------multilabel.pdf(1.15MB)
----tests()
--------test_sgf_wrapper.py(7KB)
--------example_game.sgf(804B)
--------test_features.py(3KB)
--------test_datasets.py(2KB)
--------test_strategies.py(980B)
--------test_utils.py(5KB)
--------test_go.py(20KB)
----strategies.py(9KB)
----misc()
--------exploding_activations.png(104KB)
----features.py(4KB)