This is a code used to realize end-to-end learning for self-driving cars and CNN is conduct by the References Paper.
End to End Learning for Self-Driving Cars
- Windows
- Anacoda + tensorflow
- jupyter notebook
- python 3.8
- data from simulator is in '.csv' format. It includes 'center','left','right','steering','throttle','reverse','speed'
- 'center','left','right' means there are three cameras in front end of car,and they record pictures.