Spaces:
Sleeping
Sleeping
first commit
Browse files
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
|