wzry_ai

wzry_ai

人工智能模型玩王者荣耀

Stars: 63

Visit
 screenshot

This is an open-source project for playing the game King of Glory with an artificial intelligence model. The first phase of the project has been completed, and future upgrades will be built upon this foundation. The second phase of the project has started, and progress is expected to proceed according to plan. For any questions, feel free to join the QQ exchange group: 687853827. The project aims to learn artificial intelligence and strictly prohibits cheating. Detailed installation instructions are available in the doc/README.md file. Environment installation video: (bilibili) Welcome to follow, like, tip, comment, and provide your suggestions.

README:

wzry_ai

stars forks issues pulls


声明:本项目的目的是为了学习人工智能,严禁外挂

一、项目简介

  • 这是一个开源的人工智能模型玩王者荣耀的项目。
  • 同时第一期想做的工程全部完成了,以后将在这个基础上进行升级
  • 第二期工程已经开工,预祝按计划进行
  • 如果有问题,欢迎指导
  qq交流群:687853827
  
  环境安装详细教程,在doc/说明文档.md里面
  环境安装视频:(bilibili) 欢迎来关注up,点赞,投币,评论,提出你的建议
  https://www.bilibili.com/video/BV1ZXYuePEUG/?spm_id_from=333.999.0.0&vd_source=c31e7165590bf9282be67774f1d2e36c

二、环境配置教程

  • 1.下载anaconda并安装
    下载地址:
      https://www.anaconda.com/download
    
  • 2.使用anaconda创建一个环境
    命令:
      conda create --name wzry_ai python=3.10
    
  • 3.激活这个环境
    命令:
      conda activate wzry_ai
    
  • 4.在wzry_ai环境安装必要的包
    1. 执行下面环境安装命令
      pip install -r requirements.txt
      
    2. 执行下面环境命令pytorch和cuda
      pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
      
    3. 执行下面环境命令安装onnxruntime-gpu
      如果cuda是11
      pip install onnxruntime-gpu
      
      如果cuda是12
       pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/
      
    4. onnxruntime-gpu的运行时如果出现下面问题
      Could not locate zlibwapi.dll. Please make sure it is in your library path!
      
      解决方法:
      复制下面文件夹的文件: (2022.4.2这个可能不一样,按照你自己系统就行,Nsight Systems这个是一样的)
      C:\Program Files\NVIDIA Corporation\Nsight Systems 2022.4.2\host-windows-x64\zlib.dll
      
      复制到这个文件夹,并且改名为: zlibwapi:
      C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\bin\zlibwapi.dll
      

三、训练教程

  • 将qq群文件下载的onnx模型放在models目录下,直接运行train.py,会自己训练生成模型(wzry_ai.pt)
  • 生成的模型会放在src目录下

四、在真机和模拟器上的配置

  • 修改按键映射,按键映射在这个文件里argparses.py

  • 修改这里的position,这里是操控位置(X,Y)在屏幕宽高的的百分比,理论讲王者的百分比位置是固定的,一般不用改,对不上时需要更改
    position.png

  • 运行showposition.py

  • 点击图片的位置,下方会有结果,把里面的值填到argparses.py当中就行,下图点击的是移动按钮的位置

    showposition.png

五、广告


注:开源不易,共同努力。

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for wzry_ai

Similar Open Source Tools

For similar tasks

For similar jobs