deep_learning_and_the_game_of_go icon indicating copy to clipboard operation
deep_learning_and_the_game_of_go copied to clipboard

Code and other material for the book "Deep Learning and the Game of Go"

Results 55 deep_learning_and_the_game_of_go issues
Sort by recently updated
recently updated
newest added

I run into several issues: 1) when I run the code as in listing 7.17 I get an error because .next() is not defined, and indeed it's not. 2) If...

https://github.com/maxpumperla/deep_learning_and_the_game_of_go/blob/chapter_7/code/examples/train_generator.py When I run this code, I get this error AttributeError: module 'tensorflow_core._api.v2.config' has no attribute 'experimental_list_devices' How can I debug this error?

Traceback (most recent call last): File "D:/Pycharm/Project/deep_learning_and_the_game_of_go-master/code/zero_test.py", line 87, in main() File "D:/Pycharm/Project/deep_learning_and_the_game_of_go-master/code/zero_test.py", line 69, in main black_move = black_agent.select_move(game) File "D:\Pycharm\Project\deep_learning_and_the_game_of_go-master\code\dlgo\zero\agent.py", line 102, in select_move next_move = self.select_branch(node) File...

I get this error when running zero_demo.py, what is the probiem?

Hello, first of all, thanks for your great work! I'm following your book and got stuck in chapter 13 implementing the AlphaGo tree search mechanism. More specifically when I run...

Hi! Thanks for your book! It helps me a lot. I want to run file web_demo.py with command "python3 web_demo.py --predict-agent PREDICT_AGENT and there is an error with it ......

Hello I want to pass my turn and I dont understand if I can and how, Also is it possible for the bot to pass a turn?

when I run mcts,the speed is a little slow,9*9board can only simulate 500 games in 15 seconds. In my go playing website, I have to decrease the number of simulated...

In the 19x19 demo available online, when ones plays (by mistake) on an already occupied stone it prints a illegal move message (good!) but then pass the players move (wrong!)...

Hi! Thanks for your book! It helps me a lot. I just have a small question about the filename format. Since the data file on kgs has included the number...