ray.rllib.algorithms.algorithm.Algorithm.learner_group#
- Algorithm.learner_group: LearnerGroup | None = None#
The
LearnerGroupinstance of the Algorithm, managing either one localLearneror one or more remoteLearneractors. Responsible for updating the models from RL environment (episode) data.