Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Self-driving go-kart with Unity-ML
Rating: 4.5 out of 5(275 ratings)
13,721 students

Self-driving go-kart with Unity-ML

Deep learning applied to a self-driving car simulation
Last updated 1/2019
English

What you'll learn

  • Configure and use the Unity Machine Learning Agents toolkit to solve physical problems in simulated environments
  • Understand the concepts of neural networks, supervised and deep reinforcement learning (PPO)
  • Apply ML control techniques to teach a go-kart to drive around a track in Unity

Course content

7 sections42 lectures1h 48m total length
  • Introduction0:52

    What is the class about?

  • Table of Content1:16

    TOC: basics of self-driving cars, PID controller, imitation learning, reinforcement learning, Unity ML

  • Prerequisites0:52

    Basic math and programming skills are required to follow the class.

    Unity is the tool we use for simulations, so it helps to go through the free online tutorials in case you are not familiar with it yet: https://unity3d.com/learn/tutorials

Requirements

  • Basic algebra and basic programming skills

Description

WARNING: take this class as a gentle introduction to machine learning, with particular focus on machine vision and reinforcement learning. The Unity project provided in this course is now obsolete because the Unity ML agents library is still in its beta version and the interface keeps changing all the time! Some of the implementation details you will find in this course will look different if you are using the latest release, but the key concepts and the background theory are still valid. Please refer to the official migrating documentation on the ml-agents github for the latest updates.


Learn how to combine the beauty of Unity with the power of Tensorflow to solve physical problems in a simulated environment with state-of-the-art machine learning techniques.

We study the problem of a go-kart racing around a simple track and try three different approaches to control it: a simple PID controller; a neural network trained via imitation (supervised) learning; and a neural network trained via deep reinforcement learning.

Each technique has its strengths and weaknesses, which we first show in a theoretical way at simple conceptual level, and then apply in a practical way. In all three cases the go-kart will be able to complete a lap without crashing.

We provide the Unity template and the files for all three solutions. Then see if you can build on it and improve performance further more.

Buckle up and have fun! 

Who this course is for:

  • Students interested in a quick jump into machine learning, focusing on the application rather than the theory
  • Engineers looking for a machine learning realistic simulator