You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class TrainPipeline():
def __init__(self, init_model=None):
# params of the board and the game
self.board_width = 6
self.board_height = 6
self.n_in_row = 4
如题,可以请问一下各位大佬,如果要训练不同大小的正方形棋盘,我应该怎么修改哪些部分的代码?
The text was updated successfully, but these errors were encountered: