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