carla-simulator / reinforcement-learning

Reinforcement learning baseline agent trained with the Actor-critic (A3C) algorithm.
Other
238 stars 60 forks source link

Error while loading reinforcement learning #9

Open eds89 opened 6 years ago

eds89 commented 6 years ago

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?