fix import and some error

This commit is contained in:
2023-06-01 17:23:39 +08:00
parent fe2c327f4e
commit be222b4c82
12 changed files with 328 additions and 317 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ import torch.optim as optim
from torch.distributions import Categorical
from tugo import encoders
from tugo import goboard
# from tugo.game_logic import goboard
from tugo.game_logic import goboard_fast as goboard
from tugo.agents import Agent
from tugo.agents.helpers import is_point_an_eye