You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
一心炼银 a0ca324231 update aichess 1 year ago
bgm 游戏音乐 1 year ago
imgs GUI界面图片 1 year ago
models 模型文件 1 year ago
LICENSE Initial commit 1 year ago
README.md Update README.md 1 year ago
UIplay.py 使用redis存储训练数据 1 year ago
__init__.py Add files via upload 1 year ago
collect.py update aichess 1 year ago
config.py update aichess 1 year ago
game.py 半精度自我对弈 1 year ago
mcts.py 初始化 1 year ago
mcts_pure.py 稀疏数组存储对局 1 year ago
my_redis.py 使用redis存储训练数据 1 year ago
paddle_net.py 添加512个10x9卷积核抽取全局特征 1 year ago
play_with_ai.py Merge branch 'master' 1 year ago
pytorch_net.py 半精度自我对弈 1 year ago
train.py update aichess 1 year ago
zip_array.py 稀疏数组存储对局 1 year ago

实现AlphaZero算法并用于中国象棋,训练100个对局的数据之后,模型就已学会使用棋子进行防守。想要打败电脑也不能掉以轻心。

Python