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

data collection #44

Closed a1wj1 closed 11 months ago

a1wj1 commented 11 months ago

Hi,when I run the approach_ The agent collected data and reported this error:

AttributeError: 'NoneType' object has no attribute 'get_location' leaderboard.autoagents.agent_wrapper.AgentError: 'NoneType' object has no attribute 'get_location'

Why?

penghao-wu commented 11 months ago

It seems that there exist errors during agent setup. There should some true error messages before this. Could you please provide more information about that?