Hello!
When running the command "python inference.py --host=localhost:30001 --action_nums=8", I get the following error:
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:30001: Failed to connect to remote host: Connection refused"
debug_error_string = "UNKNOWN:failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:30001: Failed to connect to remote host: Connection refused {created_time:"2023-07-09T15:48:41.970507598+08:00", grpc_status:14}"
I get the similar error when running the command "python SYSU_sim_test.py":
Hello!
When running the command "python inference.py --host=localhost:30001 --action_nums=8", I get the following error:
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:30001: Failed to connect to remote host: Connection refused"
debug_error_string = "UNKNOWN:failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:30001: Failed to connect to remote host: Connection refused {created_time:"2023-07-09T15:48:41.970507598+08:00", grpc_status:14}"
I get the similar error when running the command "python SYSU_sim_test.py":