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
As we discussed, the naïve way of supporting this feature is to reinitialize the vectorized environment, along with the storage variables such as obs, actions, every once in a while.
However, the most desirable way I think is to swap the map after a sub-environment in the vectorized environment is done.
For instance, if 5th index in done in the following code is True,
There are several steps for this goal:
The text was updated successfully, but these errors were encountered: