udacity / self-driving-car-sim

A self-driving car simulator built with Unity
http://udacity.com/self-driving-car
MIT License
3.88k stars 1.5k forks source link

When trying to connect drive.py to model, "name 'npasarray' is not defined" error occurs #102

Closed SohailSayed closed 5 years ago

SohailSayed commented 5 years ago

I've trained my model and trying to connect it to the simulator model, but keep having this error: error123

mvirgo commented 5 years ago

This look like somewhere in your code you are trying to use np.asarray but didn't add the period after np

SohailSayed commented 5 years ago

That's odd, the only np.asarray is written with the period after np in my code