ricagj / train_your_own_game_AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

训练属于自己的游戏AI v0.3.0

本次更新

只狼专用代码更新,通用代码未更新

第 1 个实例 《只狼:影逝二度》

v0.2.0 代码
v0.2.0 教程

第 2 个实例 《Muse Dash》

正在进行

项目结构

  • game_player
    • _init_.py
    • brain.py
    • control_keyboard_keys.py
    • detect_keyboard_keys.py
    • grab_screen.py
    • others.py
    • run.py

安装

安装 Anaconda3

https://www.anaconda.com/

创建虚拟环境和安装依赖

conda create -n game_AI python=3.8
conda activate game_AI
conda install pandas
conda install matplotlib
conda install pywin32
pip install opencv-python>=4.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install tensorflow>=2.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
conda install -c conda-forge jupyterlab

About

License:MIT License


Languages

Language:Jupyter Notebook 81.1%Language:Python 18.9%