woven-planet / l5kit

L5Kit - https://woven.toyota
https://woven-planet.github.io/l5kit
851 stars 277 forks source link

zarr dataset path should end with .zarr for `ppo_training.py` #376

Closed jayabrata97 closed 2 years ago

jayabrata97 commented 2 years ago

HI I am trying to run examples/RL/ppo_training.py. I am getting RuntimeWarning: zarr dataset path should end with .zarr (for now). Open will fail for this dataset! new_dataset = ChunkedDataset(""). Can anyone tell my mistake? @theDebugger811 , do you have any idea?

jeffreywu13579 commented 2 years ago

@jayabrata97 Running into the same RuntimeWarning. How did you manage to fix this? Thanks!

jayabrata97 commented 2 years ago

I can not fix it. By the way, it is a warning so you can ignore it.