In the Data given in the Injector(local) the recommendation is given in close proximity as should be,
However, in the integration tests, the recommendations gave wild locations.
Bug Calculation of manoeuvres VS agents ability to interact with new (varied) data
--> The heading of the car given by the agent may need to be realigned as per training in order to ensure the agent is driving in the proper direction. (angle + 180) % 360 as a means to add adaptability to the data the agent receives
In the Data given in the Injector(local) the recommendation is given in close proximity as should be,
However, in the integration tests, the recommendations gave wild locations.
Bug Calculation of manoeuvres VS agents ability to interact with new (varied) data
--> The heading of the car given by the agent may need to be realigned as per training in order to ensure the agent is driving in the proper direction.
(angle + 180) % 360
as a means to add adaptability to the data the agent receives