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
When we call async_reset multiple times, we get a crash.
The use case here is that I want to run many parallel episodes with the async interface, and then once all the episodes are complete, start some new episodes again.
This is expected behavior. async_reset can only be called once at the beginning. All the rest of work is handled by send and recv with auto-reset mechanism.
You can change the code to what I mentioned in #112. That should work.
Describe the bug
When we call async_reset multiple times, we get a crash.
The use case here is that I want to run many parallel episodes with the async interface, and then once all the episodes are complete, start some new episodes again.
To Reproduce
``
Expected behavior
Each environment should reset, no crashing.
System info
Linux, python3.9, using anaconda, installed via pip install.
Checklist
The text was updated successfully, but these errors were encountered: