update directory structure
This commit is contained in:
+3
-4
@@ -1,9 +1,8 @@
|
||||
from tugo.encoders.base import Encoder
|
||||
from tugo.encoders.utils import is_ladder_escape, is_ladder_capture
|
||||
from tugo.gotypes import Point, Player
|
||||
from tugo.goboard_fast import Move
|
||||
from tugo.agent.helpers_fast import is_point_an_eye
|
||||
import numpy as np
|
||||
from game_logic.gotypes import Point, Player
|
||||
from game_logic.goboard_fast import Move
|
||||
from tugo.agents.helpers_fast import is_point_an_eye
|
||||
import torch
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user