Implementation of autonomous car in simulation environment. Self driving car - beahvioural cloning
Udacity self driving car simulator
Builded simulator (executable):
Used Anaconda 3
# Use TensorFlow without GPU
conda env create -f environments.yml
# Use TensorFlow with GPU
conda env create -f environment-gpu.yml
source activate car-behavioral-cloning
Start simulator, choose the Autonomous Mode
python drive.py model.h5
python model.py