Spaces:
Runtime error
Runtime error
Thomas Simonini
commited on
Commit
·
064e386
1
Parent(s):
c044350
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from stable_baselines3.common.env_util import make_atari_env
|
|
| 10 |
from stable_baselines3.common.vec_env import VecFrameStack
|
| 11 |
|
| 12 |
from stable_baselines3.common.vec_env import VecVideoRecorder, DummyVecEnv
|
| 13 |
-
|
| 14 |
|
| 15 |
def replay(model_id, filename, environment, evaluate):
|
| 16 |
# Load the model
|
|
|
|
| 10 |
from stable_baselines3.common.vec_env import VecFrameStack
|
| 11 |
|
| 12 |
from stable_baselines3.common.vec_env import VecVideoRecorder, DummyVecEnv
|
| 13 |
+
from stable_baselines3.common.evaluation import evaluate_policy
|
| 14 |
|
| 15 |
def replay(model_id, filename, environment, evaluate):
|
| 16 |
# Load the model
|