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
+7
View File
@@ -0,0 +1,7 @@
from .alphago import *
from .base import *
#from .pg import *
from .predict import *
#from .naive import *
#from .naive_fast import *
from .termination import *