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

LearnerGroup.get_state() Dict[str, Any][source]#

Get the states of this LearnerGroup.

Contains the Learners’ state (which should be the same across Learners) and some other information.

Returns:

The state dict mapping str keys to state information.