Deep Reinforcement Learning with OpenAI Gym in Python

preview_player
Показать описание
In this video, we learn how to do Deep Reinforcement Learning with OpenAI's Gym, Tensorflow and Python.

30% Off Residential Proxy Plans!
Limited Offer with Coupon Code: NEURALNINE

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

To make the code work you need specific versions of the libraries:
tensorflow: 2.12.0
gym: 0.25.2
keras-rl2: 1.0.5

saeidanwar
Автор

Math / theory sounds great! I'd also really appreciate practical use case examples 😊

bc
Автор

Yes please, I would really like to learn the theory and mathematics behind this. Thanks in advance!

darthdaenerys
Автор

Omg! Awesome! I just needed to learn this!

MuninnNova
Автор

Hey, nice video, I really enjoyed that one. Could you maybe show us some theory and implementation of SAC or at least actor critic methods of RL?

maverick
Автор

would love to see more detail (math and theory) on how these work

demianchristiansen
Автор

I would love to watch video about math explanations of NN

IrXe
Автор

i have some problems with the tensor flow and the keras can you tell me what version of those 2 libraries r u using and what python version?

dedsec
Автор

right off the bat you start off with extremely useful information .. very nice. you can only do so many request before getting flagged and blocked. Proxies rule, Bots rule, VMs Rule, Tacos Rule

DeepFrydTurd
Автор

Yea it would be great if u made a series

sabari-
Автор

Las matemáticas de Q-learning tuve la oportunidad de verlas, y la verdad están raras. Si le sumas las matemáticas de la red neuronal del modelo de Keras. Con eso se complica aún más. Realmente, vería interesante un video próximo orientado a la librería Gym en si. Sus herramientas y sus límites.

eduardorosentreter
Автор

Thank you for this video - would def. be down to dive deeper into the theory of what is happening behind the scene as well to gain a deeper understanding - thank you!

nathandavidhill
Автор

I've trained a new model and it's saved it in my hard disk. How do I load this one to test?

RaghavaIndra
Автор

Hey I'm an industrial engineer in master degree and for the year's project a friend and I need to code an IA that is self driving. For me it could be really interesting to have a theoretical apprach for all of this so it could be nice that you make a serie on it. By the way if someone that's reading has some tehoretical resources on the subject I'm intersested in it.

filipperusso
Автор

How do you export the model and be re-use?

seanzhang
Автор

Book recommendation: "A Primer to the 42 Most commonly used Machine Learning Algorithms (With Code Samples)."

curiousphilosopher
Автор

Do you have some videos about setting up custom Gym envoriment?

ocrogom
Автор

i think there some compatibilities issues with the Adam optimizer, what is the version for tensorflow you've been using in the video, that would be appreciated

khlififares
Автор

Yes the math but with your approach would be epic in the industry.

drsproc
Автор

why do you set the activation of the output layer to "linear"? wouldnt it make more sense to set it to a sigmoid function, since it is basically a classification?:)

Damiansaegesser