AI Learns to Beat Pong With Deep Q Learning | Keras Tutorial

Today I’ll show you how to beat Pong with a Deep Q Learning Agent in the Keras Framework. No prior experience needed, I’ll cover everything you need to know as we go along. As a bonus, we’ll learn how to use the OpenAI Gym Environment wrappers to stack frames and preprocess our frames to get faster processing time and to give our agent a sense of motion. #DeepQLearning #Keras #ReinforcementLearning Simple Deep Q Network w/Pytorch: Reinforcement Learning Crash Course: https://
Back to Top