From 64c0f418001f48314276b65b76e57633f3bcee81 Mon Sep 17 00:00:00 2001
From: u216993 <u216993@sbb.ch>
Date: Mon, 7 Sep 2020 22:14:55 +0200
Subject: [PATCH] Q&D

---
 src/extra.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/extra.py b/src/extra.py
index f9f015b..312cebb 100644
--- a/src/extra.py
+++ b/src/extra.py
@@ -339,7 +339,7 @@ class Extra(ObservationBuilder):
 
         return observation
 
-    def rl_agent_act(self, observation, info, eps=0.0):
+    def rl_agent_act_ADRIAN(self, observation, info, eps=0.0):
         self.loadAgent()
         action_dict = {}
         for a in range(self.env.get_num_agents()):
@@ -351,7 +351,7 @@ class Extra(ObservationBuilder):
 
         return action_dict
 
-    def rl_agent_act_ADRIAN(self, observation, info, eps=0.0):
+    def rl_agent_act(self, observation, info, eps=0.0):
         if len(self.random_agent_starter) != self.env.get_num_agents():
             self.random_agent_starter = np.random.random(self.env.get_num_agents()) * 1000.0
             self.loadAgent()
-- 
GitLab