ray.rllib.algorithms.algorithm.Algorithm.training_iteration#

property Algorithm.training_iteration#

Current training iteration (same as self.iteration).

This value is automatically incremented every time train() is called and is automatically inserted into the training result dict.