ray.rllib.core.learner.learner_group.LearnerGroup.set_state#

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

Sets the state of this LearnerGroup.

Note that all Learners share the same state.

Parameters:

state – The state dict mapping str keys to state information.