wb-droid commited on
Commit
8611fe9
·
1 Parent(s): 649ce69

first commit

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -54,6 +54,7 @@ def play():
54
  img = env.render()
55
  plt.imshow( img )
56
  plt.show()
 
57
  yield (img.copy())
58
 
59
  # Run agent on the state
 
54
  img = env.render()
55
  plt.imshow( img )
56
  plt.show()
57
+ time.sleep(0.1)
58
  yield (img.copy())
59
 
60
  # Run agent on the state