update directory structure

This commit is contained in:
2023-05-30 17:16:48 +08:00
parent 4968e6400e
commit 50111160e3
37 changed files with 150 additions and 159 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
from tugo.data.parallel_processor import GoDataProcessor
from tugo.data_processing.parallel_processor import GoDataProcessor
from tugo.encoders.alphago import AlphaGoEncoder
from tugo.agent.predict import DeepLearningAgent
from tugo.networks.alphago import AlphaGoModel
from tugo.agents.predict import DeepLearningAgent
from tugo.models.alphago import AlphaGoModel
import torch
from torch import nn