Hi,
On my W&B sweep workspace, there is a variable called “Step” that is the default x-axis for several graph panels.
This has caused me several issues in understanding my data, until I realized that the step I log from my code has a different name. I saw in Stable Baslines3: step vs global_step vs tensorboard step - #2 by mohammadbakir that W&B logs a custom step, which I assume this is. But my question is: What is this step? It’s intervals do not seem to correspond to anything in my code so what is the meaning of this variable?
Thanks!