diff --git a/checkpoints/201014015722-1500.pth b/checkpoints/201014015722-1500.pth
new file mode 100644
index 0000000000000000000000000000000000000000..cbef409414195189caa8e536c185c7059e42cefe
Binary files /dev/null and b/checkpoints/201014015722-1500.pth differ
diff --git a/run.py b/run.py
index 5322f6b3bfdf150dbfa72a72cb9710199f33829f..a2309a6630be60951dd5231eb7d313e3fda7f3e8 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 = "checkpoints/sample-checkpoint.pth"
+checkpoint = "checkpoints/201014015722-1500.pth"
 
 # Use last action cache
 USE_ACTION_CACHE = True