Watch the simulation: Self-Driving Car Simulation Video
Note: The video uses the modelv16.h5 model which is also the final submission model for this project.
The project includes data preprocessing to balance the steering angle distribution, reducing bias towards straight driving:
Model loss curve (models/modelv16.h5)
-
Clone the repository
git clone https://github.com/PrEEtPatEl44/CarSimProject.git cd CarSimProject -
Create conda environment
conda create --name car-sim --file package_list.txt conda activate car-sim


