This repository features a behavior copying model for self-driving cars, where the car learns to imitate human driving behavior. The model uses user-trained .h5 files for testing.
- Behavior copying using neural networks.
- Simulator based on a Udemy course.
- Trained models for steering and throttle prediction.
Clone the repository:
git clone https://github.com/algamelomer/self-driving-car.gitInstall dependencies:
pip install -r requirements.txtTrainingSimulation.py: Script to train the model.test_simulation.py: Testing script for the simulator.
To train the model:
python TrainingSimulation.pyTo test the model:
python test_simulation.pyThis project is licensed under the MIT License - see the LICENSE file for details.
Let me know if you need any more changes!