Teach a convolutional neural network (NVIDIA architecture) how to drive using the Udacity self-driving car simulator
Teach a convolutional neural network (NVIDIA architecture) how to drive using the Udacity self-driving car simulator
Activate the Anaconda environment using source activate car_environment
model.py —> script used to create and train the model
Save a video of the autonomous agent —> python drive.py model.h5 run1 (run1 being the directory where the images get saved)
Make an mp4 video of the autonomous driving —> python video.py run1 (—fps 48 for 48 FPS)
Starter code provided by Udacity