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

demo.py added sleep

parent 78658902
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ import os
import random
from collections import deque
import time
import numpy as np
import torch
......@@ -165,6 +166,8 @@ class Demo:
for step in range(max_nbr_of_steps):
self.renderer.renderEnv(show=True)
time.sleep(.2)
# print(step)
# Action
for a in range(self.env.get_num_agents()):
......
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