From 9da0d239f405c01a7d63bfcea9392032268a41cc Mon Sep 17 00:00:00 2001
From: SP Mohanty <spmohanty91@gmail.com>
Date: Tue, 30 Jul 2019 04:39:26 +0200
Subject: [PATCH] Minor changes

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

diff --git a/run.py b/run.py
index 371c5b3..2caab65 100644
--- a/run.py
+++ b/run.py
@@ -103,7 +103,7 @@ while True:
         #####################################################################
         # Compute the action for this step by using the previously 
         # defined controlle
-        action = my_controller(obs, number_of_agents)
+        action = my_controller(observation, number_of_agents)
 
         # Perform the chosen action on the environment.
         # The action gets applied to both the local and the remote copy 
-- 
GitLab