zhejz / carla-roach

Roach: End-to-End Urban Driving by Imitating a Reinforcement Learning Coach. ICCV 2021.
https://zhejz.github.io/roach
Other
293 stars 49 forks source link

Could not find run (wandb run error) #5

Closed Shubhamcl closed 3 years ago

Shubhamcl commented 3 years ago

Hi,

Has the run path been updated?

I am trying to collect your dataset from the run path and it says: Could not find run <Run zhejun/il_nocrash_ap/2pilkrol (not found)>

Or has it been unhosted?

zhejz commented 3 years ago

Hi,

the wandb run path zhejun/il_nocrash_ap/2pilkrol appears in train_il.sh which is used not for collecting dataset but for training IL agents after a dataset has been collected. Also zhejun/il_nocrash_ap/2pilkrol is an example wandb path, you should replace it with you own dataset. For collecting datasets, please follow the "Collect Dataset" section in the readme.