bradyz / 2020_CARLA_challenge

"Learning by Cheating" (CoRL 2019) submission for the 2020 CARLA Challenge
181 stars 49 forks source link

Train-val-test split of dataset in the pre-trained model #5

Closed saashanair closed 4 years ago

saashanair commented 4 years ago

Hi, first of all thanks for this repo. I was wondering, for the pre-trained model provided by you, how did you split the dataset? Did you train the model on all 76 routes, if not, could you let me know which routes you used for training? Also, if I understand correctly, the 76 routes in the leaderboard/data/routes folder are extracted from the routes_training, routes_debug and routes_devtest files provided in the CARLA Challenge, right?

Thanks in advance. 😄

bradyz commented 4 years ago

The routes are extracted from those routes_training.xml and routes_devtest.xml

as for the data provided, i'm not actually sure which correspond to each route since the naming convention is just the timestamp

For another submission this year, i'll make sure the naming is more principled :)

saashanair commented 4 years ago

Thanks for the prompt response. :) Sorry, I didn't catch the answer to this, so does that mean the pre-trained model available for download on WandB was trained on all 76 routes? Or just the routes provided in the routes_training.xml?

bradyz commented 4 years ago

the pre-trained model uses the 76 routes for train/val, but i'm not sure which routes are used for val since each episode only contains timestamp information

saashanair commented 4 years ago

Understood. Thanks a ton for the response! :)