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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
flags.num_servers in polybeast_env should be set to flags.num_actors in polybeast.py before passing it to polybeast_env.main().
Adding
flags.num_servers = flags.num_actors
before line 45 in polybeast.py fixes hang on actorpool_thread.join() when terminating with Ctrl-C.I would have added a pull request but I already modified the forked repo so I'm not sure how to add a pull request.
The text was updated successfully, but these errors were encountered: