From ebdfff3c04d9ebddc4f85a56d70677c0af807435 Mon Sep 17 00:00:00 2001 From: Vektor Dewanto Date: Tue, 17 Jul 2018 20:20:58 +1000 Subject: [PATCH] fix summ loss 2 --- ppo_tor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ppo_tor.py b/ppo_tor.py index ddec0d255..df7d2cff5 100644 --- a/ppo_tor.py +++ b/ppo_tor.py @@ -52,5 +52,3 @@ def update(self, rollouts, eps=1e-5): action_distrib_entropy = action_distrib_entropy_sum / nupdate return value_loss, action_loss, action_distrib_entropy - -