Skip to content

At-Leisure/Gomoku-RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All the documentations is in docs/ folder.

编程版本

工具 版本
python 3.10.14

决策流程

图形化

命令行

Usage: main.py [OPTIONS] COMMAND [ARGS]...

  五子棋命令行

Options:
  --help  Show this message and exit.

Commands:
  agent-self-play   AI自博弈
  draw-network-io   绘制AI模型的输入输出分析示意图
  graphic-control   PyQt6界面-简化命令行
  play-with-agent   与AI博弈
  play-with-human   与人博弈
  show-frame-img    测试GUI的渲染效果
  train-from-model  使用预训练模型对AI进行训练
  train-with-empty  从零开始对AI进行训练

MCTS参考链接

About

强化学习-五子棋

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages