Skip to content

Commit

Permalink
Update velodyne_td3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniscimurs authored Oct 28, 2021
1 parent 506f621 commit dea37ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TD3/velodyne_td3.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def evaluate(network, eval_episodes=10, epoch=0):
avg_reward /= eval_episodes
avg_col = col/eval_episodes
print("..............................................")
print("Average Reward over %i Evaluation Episodes %i: %f, %f" % (eval_episodes, epoch, avg_reward, avg_col))
print("Average Reward over %i Evaluation Episodes, Epoch %i: %f, %f" % (eval_episodes, epoch, avg_reward, avg_col))
print("..............................................")
return avg_reward

Expand Down

0 comments on commit dea37ac

Please sign in to comment.