In the official example, does "int done = (Model.time > 1000)" mean that the model training time is 1000 seconds?
And "model.learn(total_timesteps=10000)" in Python means that there will be a total of 10,000 training times, which is 10,000 iterations?
Sorry, I just want to confirm if my understanding is correct.