麻将 AI 助手,基于 mjai (Mortal模型) 实现的机器人。会对游戏对局的每一步进行指导。现支持雀魂三人、四人麻将。
加入QQ群:1031865144
Click to Join Discord
Mahjong AI Assistant for Majsoul, based on mjai (Mortal model) bot impelementaion. When you are in a Majsoul game, AI will give you step-by-step guidance. Now supports Majsoul 3-person and 4-person game modes.
下载、帮助和更多信息请访问网站 Please see website for download, help, and more information
帮助信息 Help Info | https://mjcopilot.com
特性:
Features:
git clone https://github.com/latorc/MahjongCopilot.git
cd MahjongCopilot
python -m venv venv
CALL venv\Scripts\activate.bat
pip install -r requirements.txt
set PLAYWRIGHT_BROWSERS_PATH=0
playwright install chromium
python main.py
本程序支持几种模型来源。其中,本地模型(Local)是基于 Akagi 兼容的 Mortal 模型。要获取 Akagi 的模型,请参见 Akagi Github 的说明。
This program supports different types of AI models. The 'Local' Model type uses Mortal models compatible with Akagi. To acquire Akagi's models, please refer to Akagi Github .
界面 / GUI
游戏中覆盖显示 (HUD)/ In-game Overlay (HUD)
目录说明 Description for folders:
基于 Mortal 模型和 MJAI 协议 Based on Mortal Model an MJAI protocol
Mortal: https://github.com/Equim-chan/Mortal
设计和功能实现基于 Akagi Design and implementation based on Akagi
Akagi: https://github.com/shinkuan/Akagi
参考 Reference Mahjong Soul API: https://github.com/MahjongRepository/mahjong_soul_api
MJAI协议参考 / MJAI Protocol Reference
MJAI: https://mjai.app
本项目使用 GNU GPL v3 许可协议。
协议全文请见 LICENSE