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
I followed the quick start script and then run ./CarlaUE4.sh -fps=10 -benchmark and in a separate tab run CUDA_VISIBLE_DEVICES="0" python benchmark_agent.py --suite=town2 --model-path=ckpts/image/model-10.th --show.
The carla gets run successfully (except the mouse gets captured inside the window opened by carla).
However, for the benchmark_agent script, after running it, only the following two lines show up in the terminal and it gets stuck here forever:
pygame 1.9.4
Hello from the pygame community. https://www.pygame.org/contribute.html
Could you shed some lights on this misbehavior? Thank you so much!
The text was updated successfully, but these errors were encountered:
Dear Authors,
I followed the quick start script and then run
./CarlaUE4.sh -fps=10 -benchmark
and in a separate tab runCUDA_VISIBLE_DEVICES="0" python benchmark_agent.py --suite=town2 --model-path=ckpts/image/model-10.th --show
.The carla gets run successfully (except the mouse gets captured inside the window opened by carla).
However, for the benchmark_agent script, after running it, only the following two lines show up in the terminal and it gets stuck here forever:
Could you shed some lights on this misbehavior? Thank you so much!
The text was updated successfully, but these errors were encountered: