Returns a set of agent IDs required to send an action to env.step() next.
Those are generally the agents that received an observation in the most recent
env.step() call.
- Returns:
A set of AgentIDs that are supposed to send actions to the next env.step()
call.
- Return type:
Set[Hashable | str]