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