facebookresearch/rlmeta

Add ProcessManager to maintain processes.

xiaomengy opened this issue · 0 comments

Currently the processes are created directly in Server and Loop. It is very common that there are some zombie processes left when the main process terminates. It may be better to have a ProcessManager to manage the processes on a single node.

Open a tracking issue here for this feature request.