文件名称:gobangAI:AI大作业,实现了棋盘检测,博弈树AI,遗传算法AI,强化学习AI,结果一般
文件大小:9.27MB
文件格式:ZIP
更新时间:2024-05-06 09:15:00
Python
gobangAI AI大作业,实现了棋盘检测,博弈树AI,遗传算法AI,强化学习AI,结果一般
【文件预览】:
gobangAI-main
----game_with_ai.py(3KB)
----reinforce.py(13KB)
----gobang_system.py(6KB)
----game_tree.py(6KB)
----network.py(8KB)
----README.md(111B)
----out()
--------tree.dat(79KB)
----net()
--------networkbest()
--------reinforce()
----.idea()
--------misc.xml(196B)
--------workspace.xml(12KB)
--------inspectionProfiles()
--------modules.xml(268B)
--------gobangAI.iml(328B)
----__pycache__()
--------checkboard_detect.cpython-37.pyc(1KB)
--------gobang_system.cpython-37.pyc(5KB)
--------train.cpython-37.pyc(1023B)
--------game.cpython-37.pyc(1KB)
--------data_structure.cpython-37.pyc(783B)
--------make_trains.cpython-37.pyc(2KB)
--------network_evaluation.cpython-37.pyc(3KB)
--------gobang_system.cpython-39.pyc(5KB)
--------train.cpython-39.pyc(513B)
--------game_tree.cpython-37.pyc(4KB)
--------game_with_ai.cpython-37.pyc(1KB)
--------network.cpython-37.pyc(5KB)
----network_evaluation.py(3KB)
----image()
--------blackchess.png(27KB)
--------chessboard.png(227KB)
--------whiteChess.png(30KB)
----test.py(39B)
----data_structure.py(426B)
----checkboard_detect.py(1KB)
----make_trains.py(1KB)
----main.py(553B)
----decision_tree.py(4KB)
----.gitattributes(66B)
----test()
--------detect()
----game.py(2KB)
----train.py(822B)