Completed
- Setting up a Deep Learning Model and Viewing the Architecture
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deep Reinforcement Learning for Atari Games Python Tutorial - AI Plays Space Invaders
Automatically move to the next video in the Classroom when playback concludes
- 1 - Start
- 2 - Introduction
- 3 - Installing Dependencies for Keras-RL and OpenAI Gym for Python
- 4 - Creating an OpenAI Gym Environment for Atari Space Invaders
- 5 - Applying Random Actions to RL OpenAI Environments
- 6 - Importing Tensorflow Deep Learning Dependencies
- 7 - Creating a Deep Learning Model Build Function
- 8 - Setting up a Deep Learning Model and Viewing the Architecture
- 9 - Importing Keras-RL Dependencies
- 10 - Setting up a Reinforcement Learning Agent with Keras-RL
- 11 - Training Reinforcement Learning Models to Play Space Invaders
- 12 - Testing the Model