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
SMARTS is orphaning processes leaving behind a number of orphaned process ids. We will need to clean these up so that long-running and distributed training will be successful.
It looks like it has more relation to the heterogeneous agent computing changes.
Example command line signature of the zombie processes: python smarts/zoo/run_agent.py --socket_file /tmp/tmpXXXX --auth_key
See: #295 (comment) for the example of how to reproduce this problem.
AC:
SMARTS does not create zombie processes during run
SMARTS is orphaning processes leaving behind a number of orphaned process ids. We will need to clean these up so that long-running and distributed training will be successful.
It looks like it has more relation to the heterogeneous agent computing changes.
Example command line signature of the zombie processes:
python smarts/zoo/run_agent.py --socket_file /tmp/tmpXXXX --auth_key
See: #295 (comment) for the example of how to reproduce this problem.
AC:
The text was updated successfully, but these errors were encountered: