Hi @inonoob ,
I shouldn't have hid the creation of these member variables under _reset_state(). Now, I create them in init(), and assign the initial values in the _reset_state().
It will conflict with your starttime = time.time(), so after we figure the best way for that, I can update this PR.
Hi @inonoob , I shouldn't have hid the creation of these member variables under _reset_state(). Now, I create them in init(), and assign the initial values in the _reset_state().
It will conflict with your starttime = time.time(), so after we figure the best way for that, I can update this PR.