ray.rllib.algorithms.algorithm.Algorithm.learner_group#

Algorithm.learner_group: LearnerGroup | None = None#

The LearnerGroup instance of the Algorithm, managing either one local Learner or one or more remote Learner actors. Responsible for updating the models from RL environment (episode) data.