Загрузка страницы

Soft Actor Critic is Easy in PyTorch | Complete Deep Reinforcement Learning Tutorial

The soft actor critic algorithm is an off policy actor critic method for dealing with reinforcement learning problems in continuous action spaces. It makes use of a novel framework that seeks to maximize the entropy of our agent. We're going to write our very own SAC agent in PyTorch, starting from scratch.

We're going to need to implement several classes for this project:

A Replay buffer to keep track of the states the agent encountered, the actions it took, and the rewards it received along the way.

A critic network that tells the agent how valuable it thinks the chosen actions were.

A value network that informs the agent how valuable each state is.

We will also make use of ideas from double Q learning, like taking the minimum of estimation from two critics, for our update rules for the value and actor network.

We will test our agent in the Inverted Pendulum environment from the PyBullet package, which is an open 3d rendering and physics engine.

Code for this video is here:

https://github.com/philtabor/Youtube-Code-Repository/tree/master/ReinforcementLearning/PolicyGradient/SAC

Learn how to turn deep reinforcement learning papers into code:

Deep Q Learning:
https://www.udemy.com/course/deep-q-learning-from-paper-to-code/?couponCode=DQN-JUNE-2021

Actor Critic Methods:
https://www.udemy.com/course/actor-critic-methods-from-paper-to-code-with-pytorch/?couponCode=AC-JUNE-2021

Natural Language Processing from First Principles:
https://www.udemy.com/course/natural-language-processing-from-first-principles/?couponCode=NLP1-JULY-2021
Reinforcement Learning Fundamentals
https://www.manning.com/livevideo/reinforcement-learning-in-motion

Come hang out on Discord here:
https://discord.gg/Zr4VCdv

Website: https://www.neuralnet.ai
Github: https://github.com/philtabor
Twitter: https://twitter.com/MLWithPhil

#SoftActorCritic #DeepReinforcementLearning #Pytorch

Видео Soft Actor Critic is Easy in PyTorch | Complete Deep Reinforcement Learning Tutorial канала Machine Learning with Phil
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
19 августа 2020 г. 23:40:40
01:02:31
Яндекс.Метрика