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
Current answer is, yes. Every single line of python code requires GIL, which blocks the overall speed of EnvPool. I was trying to propose an API as in #56 but I found it hard to do so.
For example, I have an environment called
MyEnv
, and I usetianshou
to run it. Is it correct to call it in the following way?The text was updated successfully, but these errors were encountered: