2020_CARLA_challenge icon indicating copy to clipboard operation
2020_CARLA_challenge copied to clipboard

Alpha Random Controller Variable

Open omerXfaruq opened this issue 4 years ago • 1 comments

Hello there;

In the image_model.py there is an random variable alpha, seems like mixing two outputs. Can you explain what are these? -is lbl_cam target projected into the cam -is out waypoint output generated by the neural network?

image

omerXfaruq avatar Oct 30 '20 16:10 omerXfaruq

Hello @bradyz; https://github.com/bradyz/carla_project/blob/ac791fcf7e59ad80b6908dadc00eb4f26147c065/src/image_model.py#L132

This where I am talking about, it seems it mixes the output generated by the privileged agent with its own output. However it did not make sense to me, is the sensorimotor agent taking privilege from the privileged agent while training?

omerXfaruq avatar Nov 02 '20 07:11 omerXfaruq