From 198b72bf3a0271a97147009cdacfbf9a990f3498 Mon Sep 17 00:00:00 2001
From: "Egli Adrian (IT-SCI-API-PFI)" <adrian.egli@sbb.ch>
Date: Thu, 23 May 2019 21:22:40 +0200
Subject: [PATCH] demo.py is no simply working

---
 examples/demo.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/examples/demo.py b/examples/demo.py
index c2485de4..bdb066d5 100644
--- a/examples/demo.py
+++ b/examples/demo.py
@@ -144,8 +144,6 @@ class Demo:
                 action = 2 #np.random.choice(self.action_size) #self.agent.act(agent_obs[a])
                 action_dict.update({a: action})
 
-            print(action_dict)
-
             self.renderer.renderEnv(show=True,action_dict=action_dict)
 
             # Environment step
-- 
GitLab