fix import and some error
This commit is contained in:
@@ -3,7 +3,8 @@ import torch
|
||||
import torch.optim as optim
|
||||
|
||||
from tugo import encoders
|
||||
from tugo.game_logic 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user