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'm using parallel env to evaluate on a LIBERO task with different initial states. I use 20 parallel envs and it takes about 30 seconds to close them by explicitly calling env.close() after evaluation, which seems a bit long. I was wondering that is it normal to take such a long time to close the envs? Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm using parallel env to evaluate on a LIBERO task with different initial states. I use 20 parallel envs and it takes about 30 seconds to close them by explicitly calling
env.close()
after evaluation, which seems a bit long. I was wondering that is it normal to take such a long time to close the envs? Thanks!The text was updated successfully, but these errors were encountered: