From a5f9e0f516537c14b2da5988649c503d618c94bd Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Mon, 4 Sep 2017 23:36:20 -0500 Subject: [PATCH] CO - bug fixed (import) --- src/api/index.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/api/index.py b/src/api/index.py index 3b57117..496699f 100644 --- a/src/api/index.py +++ b/src/api/index.py @@ -30,7 +30,8 @@ from utils.agents import actor #from utils.ml import ML,AnomalyDetection,AnalyzeAnomaly import utils.params as SYS_ARGS -from utils.agents.actor import * +# from utils.agents.actor import * +import utils.agents.actor as actor import pickle from utils.agents.manager import Manager @@ -268,9 +269,7 @@ def InitCollector(): lagents.append(agent) if id in a : actor = eval(a[id]+"()") - print agent - print actor - #lactors.append(actor) + lactors.append(actor) config = dict(CONFIG) #