ray.rllib.env.single_agent_episode.SingleAgentEpisode.get_temporary_timestep_data#
- SingleAgentEpisode.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
.