ray.rllib.env.multi_agent_episode.MultiAgentEpisode.get_state# MultiAgentEpisode.get_state() → Dict[str, Any][source]# Returns the state of a multi-agent episode. Note that from an episode’s state the episode itself can be recreated. Returns: A dicitonary containing pickable data for aMultiAgentEpisode.