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