# Current code ```py def done_ind(self, agents: List[Agent], agent: Agent, agent_id: int): for obj in self.world.objects: if all(agent.xy == obj.xy): return 1 ... ``` Replace with self.world.map.objects_matrix.