diff --git a/examples/demo.py b/examples/demo.py index c2485de46902304d375f80b0a3d689b8a18b6d0f..bdb066d54953f154ed528c8e9ddcab1b2390d133 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