From 22d51abbe8c221b1ba7fc083c8b40e94e244a837 Mon Sep 17 00:00:00 2001 From: flaurent <florian.laurent@gmail.com> Date: Mon, 28 Sep 2020 18:26:03 +0300 Subject: [PATCH] Using sample checkpoint --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index b5968d3..5322f6b 100644 --- a/run.py +++ b/run.py @@ -28,7 +28,7 @@ from utils.observation_utils import normalize_observation VERBOSE = True # Checkpoint to use (remember to push it!) -checkpoint = "" +checkpoint = "checkpoints/sample-checkpoint.pth" # Use last action cache USE_ACTION_CACHE = True -- GitLab