CO - bug fixed (import)

community
Steve L. Nyemba 7 years ago
parent 6d8ab4e412
commit a5f9e0f516

@ -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)
#

Loading…
Cancel
Save