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

minor fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def play():
50
  while True:
51
 
52
  if is_eval:
53
- clear_output(wait=True)
54
  img = env.render()
55
  plt.imshow( img )
56
  plt.show()
 
50
  while True:
51
 
52
  if is_eval:
53
+ #clear_output(wait=True)
54
  img = env.render()
55
  plt.imshow( img )
56
  plt.show()