You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the only thing to do is figure out if its even possible to have timings inside a jitted function. If its not possible then we are unfortunately bound by jax. I'll look into this soon.
Yeah that is what I was thinking
I guess that if we have the evaluation time and the training time it is quite good already.
Although if we can extract the actor time, that would be nice to also be able to extract the env step SPS
Describe the bug
When logging the acting, the SPS is around the learn function, therefore the acting sps is actually logging the acting time.
See #129 (comment)
The text was updated successfully, but these errors were encountered: