From-Datascience-to-AI / TrackmanAI

GNU General Public License v3.0
0 stars 0 forks source link

Add raycast of the same length #29

Open QuentinBehar opened 2 years ago

QuentinBehar commented 2 years ago

Change raycast calcul to have the same length Use that to further optimise the calcul of intersection using numpy

QuentinBehar commented 2 years ago

Added Raycast of same length. Updated utils, TestRaycast and neat_trainer with those lines. Calcul optimisation to be done.