文件名称:Othello:Othello 的 Python 代码,使用 minimax 和 alpha-beta 修剪
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-19 15:49:48
Python
奥赛罗 Othello 的 Python 代码,使用 minimax 和 alpha-beta 剪枝,并开发了合理的评估函数。 董事会状态。 这是一个嵌套列表,表示板的状态。 最初的董事会状态如下:[['.', '.', '.', '.', '.', '.', '.', '.'], ['.', '. ', '.', '.', '.', '.', '.', '.'], ['.', '.', '.', '.', '.', '. ', '.', '.'], ['.', '.', '.', 'W', 'B', '.', '.', '.'], ['.', '.', '.', 'B', 'W', '.', '.', '.'], ['.', '.', '.', '.', '.', '.', '.', '.'], ['.', '.', '.', '.', '.', '.', '.', '.'], ['.
【文件预览】:
Othello-master
----randomPlay.py(296B)
----gamePlay.py(6KB)
----README.md(900B)
----yuchai.py(5KB)