ray.rllib.env.multi_agent_episode.MultiAgentEpisode.get_temporary_timestep_data#

MultiAgentEpisode.get_temporary_timestep_data(key: str) List[Any][source]#

Returns all temporarily stored data items (list) under the given key.

Note that all temporary timestep data is erased/cleared when calling self.to_numpy().

Returns:

The current list storing temporary timestep data under key.