Neural Networks | Нейронные сети
11.6K subscribers
726 photos
163 videos
170 files
9.4K links
Все о машинном обучении

По всем вопросам - @notxxx1

№ 4959169263
Download Telegram
🎥 How to Code Deep Q Learning in Tensorflow (Tutorial)
👁 1 раз 2604 сек.
Deep Q Learning w/ Pytorch: https://youtu.be/RfNxXlO6BiA
Where to find data for Deep Learning: https://youtu.be/9oW3WfKk6d4

#Tensorflow #DeepQLearning #OpenAIGym

In today's tutorial we are going to code a Deep Q Network, in the Tensorflow framework, to play the game Breakout, from the OpenAI Gym's Atari library.

We'll split our code into 2 classes: One to handle the neural networks for deep Q learning, and another to handle the agent's functionality, like memory and learning.

My model is still training