From a01b2defa375d2d3c64fefb2401707ed2a531157 Mon Sep 17 00:00:00 2001
From: u214892 <u214892@sbb.ch>
Date: Thu, 11 Jul 2019 10:32:55 +0200
Subject: [PATCH] #42 run baselines in ci

---
 torch_training/bla.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/torch_training/bla.py b/torch_training/bla.py
index 8b89720..584e502 100644
--- a/torch_training/bla.py
+++ b/torch_training/bla.py
@@ -154,7 +154,8 @@ def main(argv):
                     eps = 0
                 # action = agent.act(np.array(obs[a]), eps=eps)
                 print("before act")
-                action = agent.act(agent_obs[a], eps=eps)
+                #action = agent.act(agent_obs[a], eps=eps)
+                action = 0
                 print("after act")
                 action_prob[action] += 1
                 action_dict.update({a: action})
-- 
GitLab