carla-simulator / reinforcement-learning

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

ValueError: pvals < 0, pvals > 1 or pvals contains NaNs #19

Open pirate-lofy opened 4 years ago

pirate-lofy commented 4 years ago

After executing the code and Carla starts, it gives me an error... this is the full log `Traceback (most recent call last): File "run_RL.py", line 89, in args.host, args.port) File "/media/bignrz/World/carla simulator/CARLA_0.8.2/PythonClient/carla/driving_benchmark/driving_benchmark.py", line 294, in run_driving_benchmark benchmark_summary = benchmark.benchmark_agent(experiment_suite, agent, client) File "/media/bignrz/World/carla simulator/CARLA_0.8.2/PythonClient/carla/driving_benchmark/driving_benchmark.py", line 129, in benchmark_agent

d34dl0ckk commented 4 years ago

Check closed issue #17