Skip to content
Snippets Groups Projects
Commit 198b72bf authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

demo.py is no simply working

parent 3ba970a0
No related branches found
No related tags found
No related merge requests found
...@@ -144,8 +144,6 @@ class Demo: ...@@ -144,8 +144,6 @@ class Demo:
action = 2 #np.random.choice(self.action_size) #self.agent.act(agent_obs[a]) action = 2 #np.random.choice(self.action_size) #self.agent.act(agent_obs[a])
action_dict.update({a: action}) action_dict.update({a: action})
print(action_dict)
self.renderer.renderEnv(show=True,action_dict=action_dict) self.renderer.renderEnv(show=True,action_dict=action_dict)
# Environment step # Environment step
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment