/ai_lectures

Lectures for AI classes in CIC

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

AI Lectures

Lectures for AI classes at CIC

Run these on Binder (No installation required)

Binder

Run Q learning on colab

Open In Colab

CNN Behavioural Cloning task

  • Install the udacity serlf driving car term 1 version 2 simulator from here
  • Go over to this repository and clone it on your system.
  • Install the required packages. If using pip simply run pip install numpy matplotlib jupyter pandas scikit-learn seaborn flask-socketio opencv-python torch torchvision eventlet
  • Open model.py and complete all the TODOs