Hongming Zhang

Results 21 comments of Hongming Zhang

Thank you for your reply. It can work well on Pong, but still have no effect on Breakout. I just want to write a ppo and test some games. I...

i read your code and it confuse me a lot in the go.py,i want to know these functions:is_koish;is_eyeish(i think it's not really the true go rules);pass_move;flip_playerturn(.ko there is always set...

Hi @yycho0108 @psc-g , I have some confusion about redo. In the paper, it says, reinitialize their incoming weights and zero out the outgoing weights. I'm confused since in my...

可能搜一下tf和torch的模型保存和加载,应该有一些对应的关系

这两issue有人做过一些模型转换,不是到torch的,不过可以交流一下经验 #16 #38

我已经训练出了一个比较强力的AI,也是在11x11上训练的,感谢解答,有机会多多交流。https://github.com/initial-h/AlphaZero_Gomoku_MPI

> python3.9版本测试已无问题,encode代码能否开源或者提供arm的版本移植到手机上 @jijianghui 请问3.9需要调整哪些代码吗,我Python 3.9.21 torch 2.4.1+cu121 onnxruntime==1.7.0 报错ModuleNotFoundError: No module named 'perfectdou.env.encode'

试试这个 https://github.com/initial-h/AlphaZero_Gomoku_MPI

还是得接着训才行,只是这个路子走通了。cnn没问题的,AlphaGo都可以。