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

high level command may not very work

Open zhangjunwang opened this issue 4 years ago • 3 comments

I have trained your implementation(29400 steps). And then i use this https://github.com/carla-simulator/imitation-learning to test in Carla. I set directions(high level command) as a constant,such as 4.0, it means the agent will turn right when it is in the intersection. However, it doesn't work. it can follow lane very well, but do not turn left or turn right following the command. Do you know why this happened? Very thanks

zhangjunwang avatar Jul 20 '19 13:07 zhangjunwang

when i use this https://github.com/carla-simulator/imitation-learning trained model, It can follow the command.

zhangjunwang avatar Jul 20 '19 13:07 zhangjunwang

I think the branch heads are not defined in the same order, you'll have to modify the run_CIL code to respond to the order used by this repo.

Amakri1020 avatar Aug 07 '19 00:08 Amakri1020

@zhangjunwang Hi, Could you provide the implementation you used run the vehicle using the trained models inside the CARLA simulator.

Thanks

raks097 avatar Jan 14 '20 07:01 raks097