Spaces:
Runtime error
Runtime error
Thomas Simonini
commited on
Commit
·
f8a8b07
1
Parent(s):
50faa11
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ def replay(model_id, filename, environment, evaluate):
|
|
| 48 |
results = "hello" #f"mean_reward={mean_reward:.2f} +/- {std_reward}"
|
| 49 |
print(type(results))
|
| 50 |
print(env)
|
| 51 |
-
print(env.video_recorder.
|
| 52 |
return results
|
| 53 |
|
| 54 |
|
|
|
|
| 48 |
results = "hello" #f"mean_reward={mean_reward:.2f} +/- {std_reward}"
|
| 49 |
print(type(results))
|
| 50 |
print(env)
|
| 51 |
+
print(env.video_recorder.path)
|
| 52 |
return results
|
| 53 |
|
| 54 |
|