Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgriff777 authored May 11, 2018
1 parent c1dfa51 commit aa5d859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
num_tests += 1
reward_total_sum += reward_sum
reward_mean = reward_total_sum / num_tests
log['{}_log'.format(args.env)].info(
log['{}_mon_log'.format(args.env)].info(
"Time {0}, episode reward {1}, episode length {2}, reward mean {3:.4f}".
format(
time.strftime("%Hh %Mm %Ss",
Expand Down

0 comments on commit aa5d859

Please sign in to comment.