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
2024-04-28 00:09:16,621 WARNING node_head.py:209 -- Head node is not registered even after 10 seconds. The API server might not work correctly. Please report a Github issue. Internal states :{'head_node_registration_time_s': None, 'registered_nodes': 0, 'registered_agents': 0, 'node_update_count': 100, 'module_lifetime_s': 10.10161828994751}
The text was updated successfully, but these errors were encountered:
Yes.
It is very strange that when I run a simple program, I won't report an error, but when I run this project, I will report an error on the console, as follows,
File "/home/clp/anaconda3/envs/hetgppo/lib/python3.8/site-packages/ray/_private/node.py", line 312, in init ray._private.services.wait_for_node( File "/home/clp/anaconda3/envs/hetgppo/lib/python3.8/site-packages/ray/_private/services.py", line 385, in wait_for_node raise TimeoutError("Timed out while waiting for node to startup.") TimeoutError: Timed out while waiting for node to startup. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "train_give_way.py", line 205, in TrainingUtils.init_ray(scenario_name=scenario_name, local_mode=ON_MAC) "/home/clp/HetGPPO/utils.py", line 73, in init_ray ray.init( File "/home/clp/anaconda3/envs/hetgppo/lib/python3.8/site-packages/ray/_private/client_mode_hook.py", line 105, in wrapper return func(*args, **kwargs) File "/home/clp/anaconda3/envs/hetgppo/lib/python3.8/site-packages/ray/_private/worker.py", line 1429, in init _global_node = ray._private.node.Node( File "/home/clp/anaconda3/envs/hetgppo/lib/python3.8/site-packages/ray/_private/node.py", line 319, in init raise Exception( Exception: The current node has not been updated within 30 seconds, this could happen because of some of the Ray processes failed to startup.
And in log is the warning "2024-04-28 00:09:16,621 WARNING node_head.py:209 -- Head node is not registered even after 10 seconds. The API server might not work correctly. Please report a Github issue. Internal states :{'head_node_registration_time_s': None, 'registered_nodes': 0, 'registered_agents': 0, 'node_update_count': 100, 'module_lifetime_s': 10.10161828994751}"
2024-04-28 00:09:16,621 WARNING node_head.py:209 -- Head node is not registered even after 10 seconds. The API server might not work correctly. Please report a Github issue. Internal states :{'head_node_registration_time_s': None, 'registered_nodes': 0, 'registered_agents': 0, 'node_update_count': 100, 'module_lifetime_s': 10.10161828994751}
The text was updated successfully, but these errors were encountered: