from_state#
- static MultiAgentEpisode.from_state(state: Dict[str, Any]) MultiAgentEpisode[source]#
Creates a multi-agent episode from a state dictionary.
See
MultiAgentEpisode.get_state()for creating a state for aMultiAgentEpisodepickable state. For recreating aMultiAgentEpisodefrom a state, this state has to be complete, i.e. all data must have been stored in the state.