Open msjun23 opened 4 months ago
Hi, I encountered an error that I don’t understand while trying to reproduce your work.
It doesn’t seem related to the algorithm or mechanism but rather to low-level coding, specifically multiprocessing, as shown in the attached image.
To debug, I limited num_env_steps, and the error occurred when the training code ended. During training, there were no errors, and the code ran well.
Does anyone have a solution for this type of error?
It doesn't affect training or testing. Adding envs.close() at the end of the training loop will solve the error.
envs.close()
Hi, I encountered an error that I don’t understand while trying to reproduce your work.
It doesn’t seem related to the algorithm or mechanism but rather to low-level coding, specifically multiprocessing, as shown in the attached image.
To debug, I limited num_env_steps, and the error occurred when the training code ended. During training, there were no errors, and the code ran well.
Does anyone have a solution for this type of error?