Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asujaykk committed Nov 11, 2022
1 parent 37737ed commit 7515b7a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,23 @@ This project demonstrate basic self driving car model using udacity car driving
Then clone UDACITY behavioural cloning repository to this folder (for finally testing your model)

git clone https://github.com/udacity/CarND-Behavioral-Cloning-P3.git

Also create an anaconda virtual environment with the 'yaml' file for training and testing your keras model.

conda -env -m yaml

## 2. Setting up udacity driving simulator.

Fist download udacity prebuild term1 driving simultor from this link,

wget https://s3-us-west-1.amazonaws.com/udacity-selfdrivingcar/Term1-Sim/term1-simulator-linux.zip
If you want to get different versions or want to build custom simulator, then please check UDACITY self-driving-car-sim repository here https://github.com/udacity/self-driving-car-sim
If you want to get different versions or want to build custom simulator, then please check releases of UDACITY self-driving-car-sim repository here https://github.com/udacity/self-driving-car-sim

After downloading please extract 'term1-simulator-linux.zip' file to the current directory.

Then

## 3. Creating training data from the simulator


0 comments on commit 7515b7a

Please sign in to comment.