minor fix

This commit is contained in:
Wenbo Hu 2017-12-12 17:09:26 +08:00
parent 9791ad386e
commit 848b8f0399

View File

@ -14,7 +14,7 @@ args = parser.parse_args()
if not os.path.exists(args.result_path):
os.makedirs(args.result_path)
game = Game(checkpoint_path="./checkpoints/")
game = Game()
engine = GTPEngine(game_obj=game)
history = deque(maxlen=8)
for i in range(8):