minor fix
This commit is contained in:
parent
9791ad386e
commit
848b8f0399
@ -14,7 +14,7 @@ args = parser.parse_args()
|
|||||||
if not os.path.exists(args.result_path):
|
if not os.path.exists(args.result_path):
|
||||||
os.makedirs(args.result_path)
|
os.makedirs(args.result_path)
|
||||||
|
|
||||||
game = Game(checkpoint_path="./checkpoints/")
|
game = Game()
|
||||||
engine = GTPEngine(game_obj=game)
|
engine = GTPEngine(game_obj=game)
|
||||||
history = deque(maxlen=8)
|
history = deque(maxlen=8)
|
||||||
for i in range(8):
|
for i in range(8):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user