Q:

super().__init__(pos, model) in python

def __init__(self, pos, model, agent_type):
        super().__init__(pos, model)
        self.pos = pos
        self.type = agent_type
0

New to Communities?

Join the community