Open Sephirex-X opened 1 year ago
Hi @Sephirex-X,
This feature is meant to support routes for the SDC, but it's not public in the Waymo Open Dataset yet. We should have marked this flag with a "NotImplementedError".
Hi @Sephirex-X,
This feature is meant to support routes for the SDC, but it's not public in the Waymo Open Dataset yet. We should have marked this flag with a "NotImplementedError". @justinjfu Yeah I see, thank u 4 ur instant response, it's a very great work, however there r few things trouble me a lot.
- How can I use the SDC reward provided by ur framework in this case?
- Is there any ways that I can use the expert log on SDC to do my own reward calculation?
- I'm really confused about the relationship between missed routes for SDC (used to calculate reward for SDC I suppose) and the logged expert trajectory for SDC, is it possible u can provided some detail description?
- And finally, based on the code and data provided right now, is it possible to run some RL algorithms on SDC (how to evaluate if SDC has reached destination within a particular scenario ?). Many thx 4 ur time!
Hi @Sephirex-X , Did you find the answer to the questions? I am also trying to use Route functionalities but limited by lacking of simulator_state.sdc_paths.
Hi, when I set my conifg like:
I got this error:
I located the occurance on
waymax/waymax/dataloader/dataloader_utils.py
,line229:It would be great if you can help me out there! Thx