Hi Guys!
In order to pre-calculate the time that I need to spend to train my model, I want to know if there is a relation between each other.
For example, if each lesson applies min_lesson_length times each step (behaviour.max_steps).
I mean:
For max_steps: 100.000
And min_lesson_length: 100
The lesson will be completed after 10.000.000 forwards propagation?
Thanks for your future answers!