duckietown / gym-duckietown

Self-driving car simulator for the Duckietown universe
http://duckietown.org
Other
52 stars 19 forks source link

Navigate by following a given route so the function closest_curve_point is clearly defined #110

Closed jrabary closed 5 years ago

jrabary commented 5 years ago

The function closest_curve_point doesn't give a unique solution when the tile has many possible paths (for example in an intersection). A workaround is to limite the number of path, this is probably the case when you want to navigate from a point A to B with a fixed route. How can we add this kind of constraint to the environment ?

bhairavmehta95 commented 5 years ago

Fixed in latest PRs