latorc / MahjongCopilot

雀魂游戏实时 AI 指导 / In-game step-by-step AI Assistant for Maj-soul
https://mjcopilot.com
GNU General Public License v3.0
402 stars 48 forks source link

新增了对 AkagiOT2 三麻模型支持的实现 #51

Open diverpet opened 6 months ago

diverpet commented 6 months ago

简单做了一些 workaround,实现了对OT2的读取支持。实现相对比较简陋,逻辑有些混乱,更好的支持可能需要对项目整体结构进行梳理和重构。

2024.5.28 已重构bot类结构,将 OT2 作为单独 bot 类型实现

diverpet commented 6 months ago

发现本地缺少普通三麻pth模型时,显示bot 为未加载的问题。暂时关闭 PR

diverpet commented 6 months ago

发现长时间运行会导致内存溢出,正在修改中。

diverpet commented 6 months ago

修改bot_local.py和 factory.py,实现 OT2 模型可用性检测,并解决内存溢出问题。

diverpet commented 6 months ago

发现 commit 管理有问题,临时关闭 PR

diverpet commented 6 months ago

已重构bot类结构,将 OT2 作为单独 bot 类型实现

diverpet commented 5 months ago

更新了 OT2 模型在线状态显示,更新 README OT2 模型使用指引