boathit / deepst

0 stars 0 forks source link

Query on path prediction #2

Open sahilm1992 opened 4 years ago

sahilm1992 commented 4 years ago

Hi, Could you please let me know whether you had cases when you were not able to reach the destination from the source using your model/ baselines?

- Sahil

boathit commented 4 years ago

Hi @sahilm1992 in our route generation process, we have a maximum number of road segments hyperparameter max_len=100 to guarantee the termination of the process.

sahilm1992 commented 4 years ago

Thanks. Can you also let me know if a roaad R_i is chosen, do you allow it to be selected again in that route.

boathit commented 4 years ago

Yes, we do not detect whether a segment already be generated.