update save and load

This commit is contained in:
2023-05-31 16:16:24 +08:00
parent 41c70802fd
commit fe2c327f4e
12 changed files with 252 additions and 44 deletions
+1
View File
@@ -1,3 +1,4 @@
""" supervised learning,采用监督学习的策略网络 """
from tugo.data_processing.parallel_processor import GoDataProcessor
from tugo.encoders.alphago import AlphaGoEncoder
from tugo.agents.predict import DeepLearningAgent