MuGo icon indicating copy to clipboard operation
MuGo copied to clipboard

Replicating AlphaGo's architecture in a readable manner

Results 10 MuGo issues
Sort by recently updated
recently updated
newest added

here is traceback,i will be grateful if you can help me! Traceback (most recent call last): File "C:/Users/allen/Downloads/TaDing-MuGo-master/MuGo/selfplay.py", line 43, in winners, losers = extract_moves(positions) File "C:/Users/allen/Downloads/TaDing-MuGo-master/MuGo/selfplay.py", line 32, in...

i load it well in Gogui ,but when i want to load it to vs other ai ,Gogui cant do it well,so i load it in Sabaki,but the parameter seems...

At running `python main.py gtp policy --read-file=saved_models/20170718' ` it appeared that AttributeError: module 'gtp' has no attribute 'Engine' . Besides, when I ran the code `gogui-twogtp -black 'python main.py gtp...

policy.py第110行: for name, thing in locals().items(): 应该改为: for name, thing in list(locals().items()): 否则会出现异常RuntimeError: dictionary changed size during iteration

When I connect the robot to CGBAN, It often says IllegalMove and ended the program I think the problem is the Go Rule, But what Rule the Mugo use (Chinese?...

Hey @brilee , I'm trying to play against this wonderful library. However when I'm trying _genmove b_ I'm getting: File "\MuGo\policy.py", line 152, in run probabilities = self.session.run(self.output, feed_dict={self.x: processed_position[None,...

Is it possible for you to comment each line of the code for pedagogical purposes?

But the save file is couldn't preprocessed... Gtp program: Gogui.

Hi there, Thanks for developing this wonderful tools. But I have a question: when I let Mugo match against itself, the game of each time is exactly same. How to...

when i run "python3 main.py preprocess data/other/tmp/wuqingyuan/" get this error info: 366 sgfs found. Estimated number of chunks: 17 Traceback (most recent call last): File "main.py", line 94, in argh.dispatch(parser)...