I have a car set up with raycasts using the ray perception sensor to detect 3 tags. For some reason, I am getting the warning in unity: Fewer observations (0) made than vector observation size (45).
I think because there are no observations, it is not learning. Why does this have 0 observations? I thought the Ray Perception Sensor automatically collected observations and passed them to the behavior parameters?
Here is a screenshot of the scripts:
Ray Perception Sensor:

Behaviour Parameters:
