云墨寒

Results 21 comments of 云墨寒

Thanks for your reply! I think there might be some confusion here. What confused me is that ```AvgPool1d``` appeared after ```Conv1d``` seems to make ```Conv1d``` cannot extract any features. Perhaps...

Indeed this improvement makes performance a bit better. I'm just curious about its core mechanics. Whether it resembles a regularization strategy or a data augmentation strategy. And whether there are...

可以试试把自己的主页图片全屏截图替换掉majsoul_wrapper\action\template\menu.png,然后浏览器在主界面处等待校准。

感觉像是python环境的问题,试试开两个终端用“远程AI模式”运行一下?

感觉像是路径的问题,analysis.analyzer是JianYangAI/analysis.py,没啥用可以把里面的代码注释掉,我怀疑是remote.py调用AI子进程的代码和系统不太兼容,可以试试把remote.py移动到JianYangAI里然后把`cwd='JianYangAI'`去掉试试?

惊了万万没想到还有这种case。。。 对应逻辑大概是在代码[这里](https://github.com/747929791/MajsoulAI/blob/50bfcf576f6d978f8a511abcfe27549fe9b5d031/main.py#L616),然而我没有可选择碰的ws_dump.pkl数据,不太敢乱改逻辑,有哪位大佬有幸遇到这个case可以帮忙dump一下。。。

emm理论上majsoul_wrapper没有关就会缓存websocket数据,用python liqi.py --dump FILE就可以dump下来。

目测应该是mitmproxy的RPC没开吧,先试试在./majsoul_wrapper里运行$mitmdump -s addons.py,然后会自动弹出一个Chrome,在那里面登录到主界面(需要ChromeDriver和selenium)

额这个没道理...你看看是不是AI那边崩了?你试试注释掉main.py里AI = Popen('python gui_main.py --fake'...那句,然后手动在JianYangAI那个目录'$python gui_main.py --fake'一下看看有啥错误信息? 或者你试试直接在JianYangAI里'$python gui_main.py'能work不。