ActorID¶ class maze.core.env.structured_env.ActorID(step_key: str | int, agent_id: int)¶ Identifies an actor in the environment. agent_id: int¶ Identifies an agent for the current step type – multi-agent environments can have multiple agents for each step type. step_key: str | int¶ Identifies the step type, i.e. shapes of action and observation spaces.