deep_learning_and_the_game_of_go icon indicating copy to clipboard operation
deep_learning_and_the_game_of_go copied to clipboard

пункт 3.4. bot_v_bot.py

Open puteets66066 opened this issue 4 years ago • 1 comments

puteets66066 avatar Jan 07 '20 19:01 puteets66066

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

puteets66066 avatar Jan 07 '20 21:01 puteets66066