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
975 stars 387 forks source link

Chapter 4 Implementing TikTatto #85

Closed goodsosbva closed 3 years ago

goodsosbva commented 3 years ago

I'm trying to implement tiktakto, Where is the Agent when the minmax.py is importing the Agent? I think this is right. (dlgo.agent import Agent -> from dlgo.agent.base import Agent)