OpenDriveLab / TCP

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

default directory of training model #72

Open 1585596474 opened 6 days ago

1585596474 commented 6 days ago

Thank you for sharing your code.

I have trained the model, but I cannot find it. I have not modified any code. Can you tell me the default directory of saving the ckpt file? Screenshot from 2024-10-12 21-09-28

1585596474 commented 6 days ago
image

I found the default directory and modified the runevaluation.sh. and I met a problem. How can I solve this?

`The scenario could not be loaded:

'LeaderboardEvaluator' object has no attribute 'traffic_manager'

Traceback (most recent call last): File "/mnt/ssd/TCP/leaderboard/leaderboard/leaderboard_evaluator.py", line 350, in _load_and_run_scenario self._load_and_wait_for_world(args, config.town, config.ego_vehicles) File "/mnt/ssd/TCP/leaderboard/leaderboard/leaderboard_evaluator.py", line 232, in _load_and_wait_for_world self.traffic_manager.set_synchronous_mode(False) AttributeError: 'LeaderboardEvaluator' object has no attribute 'traffic_manager'

Registering the route statistics`