Welcome to the Practical Activity of Part 1!


In this Module we are going to build a Self Driving Car... from scratch !

  1. First, we will build the environment containing the map, the car and all the features that go with it.

  2. Then, we will build the AI, which will be the Deep Q-Learning model.

  3. And eventually, we will have our exciting demo.


HIGHLY VALUABLE BONUS! (DON'T MISS THAT): I thought it would be helpful for you to have the detailed explanations of the self-driving car implementation in TEXT, so I am giving you the chapter of my book on AI (link here) that explains in an even better way (because it's written) everything that will be explained in this new section:

https://docs.google.com/document/d/1tuqZVDI7hLM5jHx8se2AB26G0qIXZ3WgKPw293D7IcI/edit?usp=sharing


Also, please make sure to install all the packages required for our implementation. In my book's chapter given just above you'll find very detailed installation instructions in pages 40 to 46.

And if you don't want to read the whole chapter and are just fine with the following video tutorials of this section, then please find below some simple installation instructions:

Enjoy AI!

Hadelin