ray.rllib.utils.replay_buffers.multi_agent_prioritized_replay_buffer.MultiAgentPrioritizedReplayBuffer.set_state#

MultiAgentPrioritizedReplayBuffer.set_state(state: Dict[str, Any]) None#

Restores all local state to the provided state.

Parameters:

state – The new state to set this buffer. Can be obtained by calling self.get_state().

DeveloperAPI: This API may change across minor Ray releases.