浏览代码

Remove print from ppo tf opti

Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
/develop/action-spec-gym
GitHub 4 年前
当前提交
d2d46103
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 2
      ml-agents/mlagents/trainers/ppo/optimizer_tf.py

2
ml-agents/mlagents/trainers/ppo/optimizer_tf.py


)
stats_needed.update(reward_signal.stats_name_to_update_name)
for tens, d in feed_dict.items():
print(tens, d)
update_vals = self._execute_model(feed_dict, self.update_dict)
for stat_name, update_name in stats_needed.items():
update_stats[stat_name] = update_vals[update_name]

正在加载...
取消
保存