Closed hqli closed 2 years ago
Thanks for your great work.
I also noticed [#39 ]. My Carla version also is 0.9.10.1.
This issues focus on that Carla service should start with 2 fps or not?
2 Hz in this context does not mean the simulator should be modified to run at 2 Hz, but means we run the simulator at 20 FPS and collect data every 10 frames
Hello, I followed the README.md and run a pretrained model. But the result is failure.
hardware
First Try
Service Start:
./CarlaUE4.sh -quality-level=Epic -world-port=2000 -resx=800 -resy=600 -opengl
Client Start:
Result
the car turned left at the first crossing, stopped in the yard by the side of the road(left turn failure). However I noticed that the car turned left at the second crossing when running Data Collection.
Second Try
I noticed that training data is 2Hz. I modify code leaderboard/autoagents/autonomous_agent.py.
import time
first and modify__call__
.I also add code for FPS show. And fps is 2 when run a pretrained model.
Result
the car turned left at the second crossing, but stopped in the yard by the side of the road((left turn failure)).