diff --git a/checkpoints/201106234900-300.pth.local b/checkpoints/201106234900-300.pth.local
new file mode 100644
index 0000000000000000000000000000000000000000..0da81f8a4d34395de91b3d9e516c2b7535685f46
Binary files /dev/null and b/checkpoints/201106234900-300.pth.local differ
diff --git a/checkpoints/201106234900-300.pth.target b/checkpoints/201106234900-300.pth.target
new file mode 100644
index 0000000000000000000000000000000000000000..8517ad36ccbddc6f4ef34e493120af6262e9f86a
Binary files /dev/null and b/checkpoints/201106234900-300.pth.target differ
diff --git a/run.py b/run.py
index 1094d1bfbe0a5290be7f11f602b37740f68ae928..aaa4babd34b20e53273ff76a4c7cb74579e75c99 100644
--- a/run.py
+++ b/run.py
@@ -27,7 +27,7 @@ VERBOSE = True
 
 # Checkpoint to use (remember to push it!)
 checkpoint = "./checkpoints/201106234244-400.pth"  # 15.64082361736683 Depth 1
-checkpoint = "./checkpoints/201106234900-200.pth"  # 15.64082361736683 Depth 1
+checkpoint = "./checkpoints/201106234900-300.pth"  # 15.64082361736683 Depth 1
 
 # Use last action cache
 USE_ACTION_CACHE = False