Rexicon226 / Synthetic-Navigation

Machine Learning Autonomous Navigation Using Predicted and Ground-Truthed Maps
GNU General Public License v3.0
5 stars 0 forks source link

New Perlin Noise Function #8

Closed Rexicon226 closed 1 year ago

Rexicon226 commented 1 year ago

Change the Perlin noise function to take in an array. When we get to the stage of actually using it, we already have all of them generated. No need to generate a new array.

Mineinjava commented 1 year ago

which perlin noise function?