Lets teach AI to drive a car
Details
Our starting point are repositories:
- Feed Forward https://github.com/gniziemazity/self-driving-car/
- DQN https://github.com/tranHieuDev23/Self-Driving-Car
- NEAT https://github.com/marcpinet/neat-cars
We are going to:
- analyze existing code
- reproduce results on our laptops
- discuss how can we improve these implementations
- compare which algorithm is most effective
Event is for free. Everyone who know how to write code is invited. You do not have to be an expert and all mentioned algorithms will be explained for beginners.
If you know other programming languages, but not using python every day, take a quick look at this concise guide: Learn Python in X Minutes
If you're newer to coding, here's how you can get ready:
- Create a GitHub account if you don’t have one yet.
- Learn a few basic bash commands here: A Beginner’s Guide to Bash
- Familiarize yourself with Python basics: Interactive Python Tutorial
Goals:
- meet new friends
- gain new skills
- experiment with AI algorithms