reinforcement-learning icon indicating copy to clipboard operation
reinforcement-learning copied to clipboard

Error while loading reinforcement learning

Open eds89 opened this issue 5 years ago • 0 comments

Hello, I am getting the following error when trying to run the reinforcement learning:

E:\Build_NewCarlaWithGreenLaserBeam\PythonClient>python run_RL.py --city-name To wn01 --host 127.0.0.1 --port 2000 --corl-2017 ERROR: (127.0.0.1:2000) failed to read data: timed out ERROR: (127.0.0.1:2000) failed to read data: timed out ERROR: (127.0.0.1:2000) failed to read data: [WinError 10054] An existing connec tion was forcibly closed by the remote host ERROR: (127.0.0.1:2000) failed to connect: [WinError 10061] No connection could be made because the target machine actively refused it Server's been loaded up as: E:\Build_NewCarlaWithGreenLaserBeam>CarlaUE4.exe /Game/Maps/Town01 -carla-server -benchmark -fps=10 -windowed -ResX=480 -ResY=240 -carla-world-port=2000 Anything else I should try?

eds89 avatar Aug 09 '18 14:08 eds89