asujaykk / Self-Driving-car

This project demonstrate basic self driving car model using udacity car driving simulator
5 stars 1 forks source link

conda environment issue #3

Closed Tluc22 closed 1 year ago

Tluc22 commented 1 year ago

I am not able to create a conda environment for some reason even though i copy pasted the code "conda env create -f autopilot_project/Self-Driving-car/anaconda_env/tens_gpu_self_driving_car.yaml",is it because Im using windows and there is a different command for it? image_2023-04-21_100912430

asujaykk commented 1 year ago

The conda environment yaml file tens_gpu_self_driving_car.yaml was created from a working inux conda environment, which include system dependencies as well. So it may fail if you are try to re-create the conda environment in windows os,

let me try to prepare the env.yaml without system dependencies and if it works in windows, then i will update it here.

Tluc22 commented 1 year ago

thank you, really appreciate your help but can you tell me when will you be updating it here

asujaykk commented 1 year ago

Please find the conda env yaml file created from win10 here https://github.com/asujaykk/Self-Driving-car/blob/main/anaconda_env/for_windows/self_driving_car_mod_dep_no_builds.yamlaml

Tluc22 commented 1 year ago

image

It is showing me this in train log after typing the model_train.py, also i changed python3 to python since it wasnt addressing python3 as a command

image

asujaykk commented 1 year ago

please check the executed command once again. I can see character "c" at the end of the executed command which is not expected. the end of the commad should be "1>train.log 2>&1".

One more point, I modified "model_train.py" in this repo, so that it will generate output files properly in windows environment as well.