maxpumperla / deep_learning_and_the_game_of_go

Code and other material for the book "Deep Learning and the Game of Go"
https://www.manning.com/books/deep-learning-and-the-game-of-go
953 stars 387 forks source link

пункт 3.4. bot_v_bot.py #51

Open puteets66066 opened 4 years ago

puteets66066 commented 4 years ago

from dlgo.agent import naive from dlgo import goboard_slow bots = { gotypes.Player.black: naive.RandomBot(), gotypes.Player.white: naive.RandomBot(), }

Так исправил файл bot_v_bot.py. Чтобы он заработал в конце пункта 3.4 Corrects file bot_v_bot.py. To make it work at the end of point 3.4