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
Hello, has anyone ran into an issue where one or more of the workers created in python traincontroller.py dies without explanation, causing the entire script to hang because it is waiting for the dead workers to finish their evaluations?
I've checked the logs created in tmp for each of the worker processes and unfortunately the .err logs seem to be uninformative or empty.
I think it might be a GPU memory issue or some issue related to some modifications I made to the CarRacing environment, but the lack of any error logging is concerning. It also does not seem to consistently happen, which is also strange.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, has anyone ran into an issue where one or more of the workers created in
python traincontroller.py
dies without explanation, causing the entire script to hang because it is waiting for the dead workers to finish their evaluations?I've checked the logs created in
tmp
for each of the worker processes and unfortunately the.err
logs seem to be uninformative or empty.I think it might be a GPU memory issue or some issue related to some modifications I made to the CarRacing environment, but the lack of any error logging is concerning. It also does not seem to consistently happen, which is also strange.
Thanks!
The text was updated successfully, but these errors were encountered: