facebookresearch/moolib

EnvPool should detect if its worker processes have ended

heiner opened this issue · 0 comments

Right now, any error in the environment, both at startup and stepping time, results in a timeout in EnvPool. We probably should waitpid(2) or something in the child and communicate issues to the (grand)parent.