OpenDriveLab / TCP

[NeurIPS 2022] Trajectory-guided Control Prediction for End-to-end Autonomous Driving: A Simple yet Strong Baseline.
Apache License 2.0
309 stars 40 forks source link

Question about Carla simulator time delta settings #64

Open dragnil1 opened 1 month ago

dragnil1 commented 1 month ago

In the original roach codebase the time delta of Carla simulator is 0.1 seconds. But in your implementation you used 0.05 seconds. Will it it create any issue while data collection using the roach agent as the agent is trained in 0.1 seconds time delta. The agent perception is different when time delta is different.