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