AgentSet currently subclasses collections.abc.Sequence. This is very slow, and typically not needed. For Mesa 4, I suggest we remove the sequence behavior from AgentSet and replace it with a to_list helper method. This reduces the potential for users to use the very slow sequence behavior.