Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xuetf committed May 19, 2018
1 parent d0d6138 commit cfefd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Train.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def adjust_learning_rate_2(self, iteration):
print ("lr:{}".format(self.config.learn_rate * self.config.lr_multiplier))


def evaluate(self, n_games=2):
def evaluate(self, n_games=10):
"""
Evaluate the trained policy by playing games against the pure MCTS player
Note: this is only for monitoring the progress of training
Expand Down

0 comments on commit cfefd93

Please sign in to comment.