From 689a604af0819a50cd54ac44936352db5c0ac58e Mon Sep 17 00:00:00 2001
From: "Egli Adrian (IT-SCI-API-PFI)" <adrian.egli@sbb.ch>
Date: Fri, 6 Nov 2020 23:57:32 +0100
Subject: [PATCH] single agent learning in multi agent environment

---
 run.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run.py b/run.py
index 7f5f0d0..c5e879e 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-100.pth"  # 15.64082361736683 Depth 1
+checkpoint = "./checkpoints/201106234900-200.pth"  # 15.64082361736683 Depth 1
 
 # Use last action cache
 USE_ACTION_CACHE = False
-- 
GitLab