예제 #1
0
 def init_world(self):
     self.g = construct_graph(self.opt)
     for a in self.agents:
         self.g.new_agent(a.id)
예제 #2
0
파일: worlds.py 프로젝트: ahiroto/ParlAI
 def init_world(self):
     self.g = construct_graph(self.opt)
     for a in self.agents:
         self.g.new_agent(a.id)