Spaces:
Sleeping
Sleeping
minor fix
Browse files
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()
|