Welcome to the Practical Activity of Part 3!

This time we are going to build an AI to beat the game of Breakout! Here is the plan:

  1. First, we will build an AI, which will be the LSTM-A3C model.

  2. Then, we will watch some very cool videos of our AI playing Breakout and trying to beat it!

We will build this AI with PyTorch, a highly advanced Deep Learning & AI platform. Every single line of code will be explained in details but I would recommend to have a first look at the PyTorch documentation to start getting familiar with PyTorch:

PyTorch Documentation Here

Also, please make sure to install all the packages required for our implementation. Below are the Installation Instructions:

Enjoy AI!