multunus / autonomous-rc-car

Autonomous RC car using Raspberry Pi and ANN
MIT License
306 stars 102 forks source link

Getting error in Train.py #11

Closed BilalAh closed 7 years ago

BilalAh commented 7 years ago

Hello,Sir i'm getting error when i run Train.py. FileNotFoundError:No such File or Directory: Optimized_thetas/model_2017-05-29_21-08-44_10.0_h50.pkl

BilalAh commented 7 years ago

optimized_theta

Vignesh1115 commented 7 years ago

Hi @BilalAh, This error is caused by the absence of the optimized_thetas directory. The commit 048d983 fixes the issue.