Commit fe323b6b authored by Yuxin Wu's avatar Yuxin Wu

fix logging in RL evaluation

parent c80fd613
......@@ -120,4 +120,4 @@ def play_n_episodes(player, predfunc, nr):
if k != 0:
player.restart_episode()
score = play_one_episode(player, predfunc)
print("{}/{}, score=", k, nr, score)
print("{}/{}, score={}".format(k, nr, score))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment