Open ncollier opened 3 years ago
Idea is that a slice would return all the agents in the region covered by the slice. This is more pythonic than getAgentAt type calls.
getAgentAt
Fluent python has a discussion of this. See slicing in chapter 2.
Idea is that a slice would return all the agents in the region covered by the slice. This is more pythonic than
getAgentAt
type calls.Fluent python has a discussion of this. See slicing in chapter 2.