Udemy - Advanced Reinforcement Learning In Python - From DQN To SAC

Torrent Details

Udemy - Advanced Reinforcement Learning in Python - from DQN to SACUdemy - Advanced Reinforcement Learning in Python - from DQN to SAC

NAME
Udemy - Advanced Reinforcement Learning in Python - from DQN to SAC.torrent
CATEGORY
Other
INFOHASH
e1676bd24ed4f26da6dfdb9d5274227b5427af5c
SIZE
2.4 GB in 98 files
ADDED
Uploaded on 24-04-2022 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Advanced Reinforcement Learning in Python: from DQN to SAC



https://DevCourseWeb.com

MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.41 GB | Duration: 8h 5m

Build Artificial Intelligence (AI) agents using Deep Reinforcement Learning and PyTorch: DDPG, TD3, SAC, NAF, HER.

What you'll learn
Master some of the most advanced Reinforcement Learning algorithms.
Learn how to create AIs that can act in a complex environment to achieve their goals.
Create from scratch advanced Reinforcement Learning agents using Python's most popular tools (PyTorch Lightning, OpenAI gym, Brax, Optuna)
Learn how to perform hyperparameter tuning (Choosing the best experimental conditions for our AI to learn)
Fundamentally understand the learning process for each algorithm.
Debug and extend the algorithms presented.
Understand and implement new algorithms from research papers.

Requirements
Be comfortable programming in Python
Completing our course "Reinforcement Learning beginner to master" or being familiar with the basics of Reinforcement Learning (or watching the leveling sections included in this course).
Know basic statistics (mean, variance, normal distribution)
Description
This is the most complete Advanced Reinforcement Learning course on Udemy. In it, you will learn to implement some of the most powerful Deep Reinforcement Learning algorithms in Python using PyTorch and PyTorch lightning. You will implement from scratch adaptive algorithms that solve control tasks based on experience. You will learn to combine these techniques with Neural Networks and Deep Learning methods to create adaptive Artificial Intelligence agents capable of solving decision-making tasks.

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
~Get Your Files Here !/01 - Introduction/001 Introduction.mp424.3 MB
~Get Your Files Here !/01 - Introduction/001 Introduction_en.vtt6.2 KB
~Get Your Files Here !/01 - Introduction/002 Reinforcement Learning series.html491 B
~Get Your Files Here !/01 - Introduction/003 Google Colab.mp45.8 MB
~Get Your Files Here !/01 - Introduction/003 Google Colab_en.vtt1.8 KB
~Get Your Files Here !/01 - Introduction/004 Where to begin.mp45.1 MB
~Get Your Files Here !/01 - Introduction/004 Where to begin_en.vtt2 KB
~Get Your Files Here !/01 - Introduction/external-assets-links.txt144 B
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/001 Module Overview.mp42.6 MB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/001 Module Overview_en.vtt1 KB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/002 Elements common to all control tasks.mp438.7 MB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/002 Elements common to all control tasks_en.vtt5.9 KB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/003 The Markov decision process (MDP).mp425.1 MB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/003 The Markov decision process (MDP)_en.vtt5.7 KB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/004 Types of Markov decision process.mp48.7 MB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/004 Types of Markov decision process_en.vtt2.2 KB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/005 Trajectory vs episode.mp44.9 MB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/005 Trajectory vs episode_en.vtt1.1 KB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/006 Reward vs Return.mp45.3 MB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/006 Reward vs Return_en.vtt1.6 KB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/007 Discount factor.mp414.8 MB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/007 Discount factor_en.vtt4 KB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/008 Policy.mp47.4 MB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/008 Policy_en.vtt2.2 KB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/009 State values v(s) and action values q(s,a).mp44.3 MB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/009 State values v(s) and action values q(s,a)_en.vtt1.2 KB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/010 Bellman equations.mp412.4 MB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/010 Bellman equations_en.vtt3 KB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/011 Solving a Markov decision process.mp414.1 MB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/011 Solving a Markov decision process_en.vtt3.1 KB
~Get Your Files Here !/02 - Refresher The Markov Decision Process (MDP)/external-assets-links.txt144 B
~Get Your Files Here !/03 - Refresher Q-Learning/001 Module overview.mp41.5 MB
~Get Your Files Here !/03 - Refresher Q-Learning/001 Module overview_en.vtt720 B
~Get Your Files Here !/03 - Refresher Q-Learning/002 Temporal difference methods.mp412.6 MB
~Get Your Files Here !/03 - Refresher Q-Learning/002 Temporal difference methods_en.vtt3.5 KB
~Get Your Files Here !/03 - Refresher Q-Learning/003 Solving control tasks with temporal difference methods.mp414.5 MB
~Get Your Files Here !/03 - Refresher Q-Learning/003 Solving control tasks with temporal difference methods_en.vtt3.6 KB
~Get Your Files Here !/03 - Refresher Q-Learning/004 Q-Learning.mp411.1 MB
~Get Your Files Here !/03 - Refresher Q-Learning/004 Q-Learning_en.vtt2.5 KB
~Get Your Files Here !/03 - Refresher Q-Learning/005 Advantages of temporal difference methods.mp43.7 MB
~Get Your Files Here !/03 - Refresher Q-Learning/005 Advantages of temporal difference methods_en.vtt1.2 KB
~Get Your Files Here !/03 - Refresher Q-Learning/external-assets-links.txt144 B
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/001 Module overview.mp41.8 MB
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/001 Module overview_en.vtt739 B
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/002 Function approximators.mp436.3 MB
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/002 Function approximators_en.vtt8.5 KB
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/003 Artificial Neural Networks.mp424.3 MB
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/003 Artificial Neural Networks_en.vtt3.8 KB
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/004 Artificial Neurons.mp425.6 MB
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/004 Artificial Neurons_en.vtt5.8 KB
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/005 How to represent a Neural Network.mp438.2 MB
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/005 How to represent a Neural Network_en.vtt7.2 KB
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/006 Stochastic Gradient Descent.mp449.9 MB
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/006 Stochastic Gradient Descent_en.vtt6.3 KB
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/007 Neural Network optimization.mp423.4 MB
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/007 Neural Network optimization_en.vtt4.4 KB
~Get Your Files Here !/04 - Refresher Brief introduction to Neural Networks/external-assets-links.txt144 B
~Get Your Files Here !/05 - Refresher Deep Q-Learning/001 Module overview.mp41.3 MB
~Get Your Files Here !/05 - Refresher Deep Q-Learning/001 Module overview_en.vtt551 B
~Get Your Files Here !/05 - Refresher Deep Q-Learning/002 Deep Q-Learning.mp416.2 MB
~Get Your Files Here !/05 - Refresher Deep Q-Learning/002 Deep Q-Learning_en.vtt2.9 KB
~Get Your Files Here !/05 - Refresher Deep Q-Learning/003 Experience Replay.mp49 MB
~Get Your Files Here !/05 - Refresher Deep Q-Learning/003 Experience Replay_en.vtt2.2 KB
~Get Your Files Here !/05 - Refresher Deep Q-Learning/004 Target Network.mp416.6 MB
~Get Your Files Here !/05 - Refresher Deep Q-Learning/004 Target Network_en.vtt3.9 KB
~Get Your Files Here !/05 - Refresher Deep Q-Learning/external-assets-links.txt144 B
~Get Your Files Here !/06 - PyTorch Lightning/001 PyTorch Lightning.mp432 MB
~Get Your Files Here !/06 - PyTorch Lightning/001 PyTorch Lightning_en.vtt9.2 KB
~Get Your Files Here !/06 - PyTorch Lightning/002 Link to the code notebook.html280 B
~Get Your Files Here !/06 - PyTorch Lightning/003 Introduction to PyTorch Lightning.mp430.9 MB
~Get Your Files Here !/06 - PyTorch Lightning/003 Introduction to PyTorch Lightning_en.vtt6.2 KB
~Get Your Files Here !/06 - PyTorch Lightning/004 Create the Deep Q-Network.mp422.9 MB
~Get Your Files Here !/06 - PyTorch Lightning/004 Create the Deep Q-Network_en.vtt5.1 KB
~Get Your Files Here !/06 - PyTorch Lightning/005 Create the policy.mp418 MB
~Get Your Files Here !/06 - PyTorch Lightning/005 Create the policy_en.vtt5.1 KB
~Get Your Files Here !/06 - PyTorch Lightning/006 Create the replay buffer.mp423 MB
~Get Your Files Here !/06 - PyTorch Lightning/006 Create the replay buffer_en.vtt5.6 KB
~Get Your Files Here !/06 - PyTorch Lightning/007 Create the environment.mp432.2 MB
~Get Your Files Here !/06 - PyTorch Lightning/007 Create the environment_en.vtt7.5 KB
~Get Your Files Here !/06 - PyTorch Lightning/008 Define the class for the Deep Q-Learning algorithm.mp454.5 MB
~Get Your Files Here !/06 - PyTorch Lightning/008 Define the class for the Deep Q-Learning algorithm_en.vtt11.6 KB
~Get Your Files Here !/06 - PyTorch Lightning/009 Define the play_episode() function.mp429.1 MB
~Get Your Files Here !/06 - PyTorch Lightning/009 Define the play_episode() function_en.vtt4.9 KB
~Get Your Files Here !/06 - PyTorch Lightning/010 Prepare the data loader and the optimizer.mp430.4 MB
~Get Your Files Here !/06 - PyTorch Lightning/010 Prepare the data loader and the optimizer_en.vtt4.2 KB
~Get Your Files Here !/06 - PyTorch Lightning/011 Define the train_step() method.mp449.8 MB
~Get Your Files Here !/06 - PyTorch Lightning/011 Define the train_step() method_en.vtt9.3 KB
~Get Your Files Here !/06 - PyTorch Lightning/012 Define the train_epoch_end() method.mp432.2 MB
~Get Your Files Here !/06 - PyTorch Lightning/012 Define the train_epoch_end() method_en.vtt4 KB
~Get Your Files Here !/06 - PyTorch Lightning/013 [Important] Lecture correction.html613 B
~Get Your Files Here !/06 - PyTorch Lightning/014 Train the Deep Q-Learning algorithm.mp435 MB
~Get Your Files Here !/06 - PyTorch Lightning/014 Train the Deep Q-Learning algorithm_en.vtt6.5 KB
~Get Your Files Here !/06 - PyTorch Lightning/015 Explore the resulting agent.mp420.3 MB
~Get Your Files Here !/06 - PyTorch Lightning/015 Explore the resulting agent_en.vtt2.8 KB
~Get Your Files Here !/06 - PyTorch Lightning/external-assets-links.txt140 B
~Get Your Files Here !/07 - Hyperparameter tuning with Optuna/001 Hyperparameter tuning with Optuna.mp432.4 MB
~Get Your Files Here !/07 - Hyperparameter tuning with Optuna/001 Hyperparameter tuning with Optuna_en.vtt9.6 KB
~Get Your Files Here !/07 - Hyperparameter tuning with Optuna/002 Link to the code notebook.html280 B

Alternative Torrents for 'Udemy Advanced Reinforcement Learning Python from DQN to SAC'.

There are no alternative torrents found.