imitation-learning icon indicating copy to clipboard operation
imitation-learning copied to clipboard

Traffic Sign Not Detected and Frequent Car Crash

Open sayanmandal opened this issue 5 years ago • 2 comments

Hi, I am running your pre-trained model which is uploaded in this repository. When I am running the dynamic-navigation environment benchmark, the car is not accounting for the traffic light and if a car stops due to traffic light, it just crashes with the car. Is there any thing we can do to attend to any car stopping in front of the agent or to attend to the traffic light? I think all this agent is doing is obeying the commands it is getting from the Planner. Any help with be greatly appreciated.

sayanmandal avatar Oct 10 '18 16:10 sayanmandal

The training data contains demonstrations where the agent does not stop for traffic lights. So It is expected for it to not learn this policy. You would need new data for that.

felipecode avatar Oct 12 '18 19:10 felipecode

If we set aside the traffic light case, at least it should obey the traffic in front of it. If any car stops in front of it, it just crashes with the car. Can we eliminate this case?

sayanmandal avatar Oct 12 '18 20:10 sayanmandal