get_agents_that_stepped#
- MultiAgentEpisode.get_agents_that_stepped() Set[Hashable | str][source]#
Returns a set of agent IDs of those agents that just finished stepping.
These are all the agents that have an observation logged at the last env timestep, which may include agents, whose single agent episode just terminated or truncated.