ray.tune.Trainable.training_iteration#
- property Trainable.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.