# gobang **Repository Path**: ran-yuqi/gobang ## Basic Information - **Project Name**: gobang - **Description**: 基于强化学习算法实现智能五子棋 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-06-05 - **Last Updated**: 2023-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI算法学习笔记 ## python环境安装 1. 到清华源下载anaconda:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ Anaconda,中文大蟒蛇,是一个开源的Python发行版本,其包含了conda、Python等180多个科学包及其依赖项。 Anaconda的优点见链接:https://zhuanlan.zhihu.com/p/39621422 2. 进入Anaconda Powershell Prompt; 3. 默认的环境下没有带pygame,需要单独安装; pip install pygame --user --index-url https://pypi.douban.com/simple 4. pyqt安装: Pip install pyqt5-tools --index-url https://pypi.douban.com/simple