You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-10-27 16:50:13.885355: W tensorflow/core/framework/op_kernel.cc:1828] OP_REQUIRES failed at example_parsing_ops.cc:98 : INVALID_ARGUMENT: Feature: path_samples/arc_length (data type: float) is required but could not be found.
I located the occurance on waymax/waymax/dataloader/dataloader_utils.py,line229:
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".
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:
conf = DatasetConfig( path='My_path_to_dataset', max_num_rg_points=20000, data_format=DataFormat.TFRECORD, max_num_objects=max_num_objects, num_shards = 48, repeat= 1, include_sdc_paths=True, num_paths= 1, num_points_per_path= 1, )
I got this error:
2023-10-27 16:50:13.885355: W tensorflow/core/framework/op_kernel.cc:1828] OP_REQUIRES failed at example_parsing_ops.cc:98 : INVALID_ARGUMENT: Feature: path_samples/arc_length (data type: float) is required but could not be found.
I located the occurance on
waymax/waymax/dataloader/dataloader_utils.py
,line229:It would be great if you can help me out there! Thx
The text was updated successfully, but these errors were encountered: