示例#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)