Reinforcement Learning (RL) possesses immense potential and is doubtless one of the most dynamic and stimulating fields of research in Artificial Intelligence. RL is considered as a game-changer in Data Science, particularly after observing the winnings of AI agents AlphaGo Zero and OpenAI Five against top human champions. However, RL is not restricted to games.
The progress in Reinforcement Learning, especially during the last few years, has been sensational. RL is everywhere now, ranging from resource management to chemistry, from healthcare to finance, and from Recommender Systems to more advanced applications in stock prediction.
Since RL is goal-oriented learning, an understanding of RL is not only vital but also indispensable in all the fields of Data Science. This course will enable you to take your career to the next level, as it presents you with a clear explanation of the concepts and implementations of RL in Data Science.
The course ‘Reinforcement Learning, Theory and Practice’ provides you with an opportunity for innovative, independent learning. The course focuses on the practical applications of RL and includes a hands-on project. The course is:
· Easy to understand.
· Descriptive.
· Comprehensive.
· Practical with live coding.
· Rich with advanced and the most recently discovered RL models by the champions in this field.
This course is designed for beginners, although complex concepts are covered later.
As this course is a compilation of all the basics, it will inspire you to move forward and experience much more than what you have learned. You will be assigned homework/ tasks/ activities at the end of each module, which will assess / (further build) your learning based on the concepts and methods you have learned earlier on. Since the aim is to get you up and running with implementations, many of these activities will be coding based.
Data Science is unquestionably a rewarding career. You get to solve some of the most interesting problems, and you are rewarded with a handsome salary package. A core understanding of RL will empower you with more AI tools and ensure progressive career growth.
As we have already said, RL possesses immense potential. Don’t miss out on this opportunity to learn the advanced concepts and methodologies of RL at a highly competitive price. The tutorials are subdivided into 75+ short HD videos along with detailed code notebooks.
Teaching is our passion:
Our online tutorials have been created with the best possible expertise to help you in understanding the RL concepts clearly. We have taken great care to ensure the code base is up to date. We really want you to accomplish a strong basic understanding of RL before you move onward to the advanced version. The perks of this compelling course include high-quality video content, assessment questions, meaningful course material, course notes, and handouts. You can also approach our team whenever you have any queries.
Course Content:
This all-inclusive course consists of the following topics:
1. Introduction
a. Motivation
i. What is Reinforcement Learning?
ii. How is it different from other Machine Learning Frameworks?
iii. Real-world examples
iv. Exercises and Thoughts
b. Terminology of Reinforcement Learning
i. Agent
ii. Environment
iii. Action
iv. State
v. Transition
vi. Reward
vii. Policy
viii. Exercises and Thoughts
c. Example Grid World
i. Deterministic World
ii. Stochastic World
iii. Stationary World
iv. Non-Stationary World
v. Exercises and Thoughts
2. Markov Decision Process (MDP)
a. Prerequisites
i. Probability Theory Review
ii. Modeling Uncertainty of Environment
iii. Running Averages
iv. Simulation in Python
v. Exercises and Thoughts
b. Elements of an MDP
i. Input: State Space
ii. Input: Action Space
iii. Input: Environment Model
iv. Input: Reward function
v. Output: Policy
vi. Worked Examples
vii. Exercises and Thoughts
c. More on Rewards
i. Delayed Reward
ii. Reward Scaling
iii. Policy Changes with Reward Scaling: Worked Example
iv. Infinite Horizons and Stationarity
v. Walks or Sequences
vi. Value of a Walk
vii. Stationarity of Preferences
viii. Discounted Rewards
ix. Exercises and Thoughts
d. Solving an MDP
i. Bellman Optimization Criteria
ii. Model-Based Value Iterations
iii. Optimal Value Function
iv. Finding Optimal Policy
v. Model-Based Policy Iterations
vi. Action-Value Functions
vii. Relationship Between Value Functions and Action-Value Functions
viii. Policy Evaluation
ix. Learner Evaluation
x. Exercises and Thoughts
3. Model Free Learning
a. Value Approximation
i. Episodes
ii. Running-Averages Applications
iii. Incremental Learning
iv. Properties of Learning Rates
v. Simulation in Python
vi. Exercises and Thoughts
b. Temporal Difference (TD) Learning
i. What is Temporal Difference?
ii. TD (1) Update Rule
iii. Eligibility Traces
iv. TD (1) Learning Algorithm
v. Implementation in Python
vi. Limitations of TD (1)
vii. Exercises and Thoughts
c. Toward TD(λ)
i. Maximum Likelihood Estimate
ii. TD (0) Update Rule
iii. TD (λ)
iv. K-Step Look-a-head
v. Combinations of Different Step Look-a-heads
vi. Good Values of λ
vii. TD (λ) Algorithm
viii. Implementation in Python
ix. Exercises and Thoughts
d. Q-Learning
i. Q-functions
ii. Contraction Mapping
iii. Bellman Operators
iv. Why Value Iteration Works?
v. Q-Learning Algorithm
vi. Implementation in Python
vii. Exercises and Thoughts
e. Policy Iteration
i. Direct Policy Learning
ii. Value Estimation in Policy Iteration
iii. Why Policy Iteration Works
iv. Policy Iteration Algorithm
v. Implementation in Python
vi. Exercises and Thoughts
4. Project
a. Game in OpenAI GYM
5. What Next?
a. Game Theory
b. How to Model Infinite States and Actions?
c. Deep Reinforcement Learning
After completing this course successfully, you will be able to:
Understand how RL techniques are applied to resolve real-world problems. Understand the methodology of RL with Data Science using interesting examples. Complete a project on the OpenAI Gym toolkit.
Who this course is for:
People who want to get their data speak. People who want to learn RL with real applications in Data Science. Individuals who are passionate about numbers and programming. People who want to learn Reinforcement Learning along with its implementation in realistic projects. Beginners in the field of Data Science and Artificial Intelligence
Requirements
No prior knowledge is needed. You will start from the basics and gradually build your knowledge in the subject. A willingness to learn and practice. Knowledge of Python will be a plus.
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/1. Introduction to Course and Instructor/1. Introduction to Course and Instructor.srt
5.5 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/1. Introduction to Course and Instructor/1.1 Reinforcement Learning Introduction.pptx
116.9 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/1. Introduction to Course and Instructor/2. Link to oneDrive and Github to get the Python Notebooks.html
1 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/10. Temporal Differencing-Q Learning/1. Running Average.srt
5.8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/10. Temporal Differencing-Q Learning/10. Q-Learning Implementation for MAPROVER Clipped.mp4
119.8 MB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/10. Temporal Differencing-Q Learning/10. Q-Learning Implementation for MAPROVER Clipped.srt
26.2 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/10. Temporal Differencing-Q Learning/10.1 QLearning_MAPROVER.ipynb
6.8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/10. Temporal Differencing-Q Learning/2. Learning Rate.srt
8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/10. Temporal Differencing-Q Learning/3. Activity TD Learning Rate Python.srt
5.6 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/10. Temporal Differencing-Q Learning/4. Learning Equation.srt
4.3 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/10. Temporal Differencing-Q Learning/5. TD Algorithm.srt
4.3 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/10. Temporal Differencing-Q Learning/9. Q-Learning.srt
7.4 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/11. TD Lambda/2. Formulation.srt
4.4 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/11. TD Lambda/4. TD Eligibility Trace.srt
4.1 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/11. TD Lambda/5. TD Q-Learning TD Lambda.srt
6.4 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/12. Project Frozenlake (Open AI Gym)/2. Frozenlake Implementation.mp4
112.2 MB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/12. Project Frozenlake (Open AI Gym)/2. Frozenlake Implementation.srt
23 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/12. Project Frozenlake (Open AI Gym)/2.1 FrozenLake-gym.ipynb
6.2 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/12. Project Frozenlake (Open AI Gym)/3. Implementation Frozen Lake Numpy Activity.srt
1.1 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/2. Motivation Reinforcement Learning/1. What is Reinforcement Learning.srt
11.5 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/2. Motivation Reinforcement Learning/2. What is Reinforcement Learning Hiders and Seekers by OpenAI.srt
8.1 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/2. Motivation Reinforcement Learning/3. RL vs Other ML Frameworks.srt
10.7 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/2. Motivation Reinforcement Learning/4. Why Reinforcement Learning.srt
4.7 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/2. Motivation Reinforcement Learning/5. Examples of Reinforcement Learning.srt
6.1 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/2. Motivation Reinforcement Learning/6. Limitations of Reinforcement Learning.srt
10.3 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/2. Motivation Reinforcement Learning/7. Request for Your Honest Review.srt
2.5 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/2. Motivation Reinforcement Learning/8. Exercises.srt
2.9 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/3. Terminology of Reinforcement Learning/10. Summary.srt
10.3 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/3. Terminology of Reinforcement Learning/2. What is Environment_2.srt
6.4 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/3. Terminology of Reinforcement Learning/3. What is Agent.srt
6.2 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/3. Terminology of Reinforcement Learning/4. What is State.srt
6.6 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/3. Terminology of Reinforcement Learning/5. State Belongs to Environment and not to Agent.srt
5.9 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/3. Terminology of Reinforcement Learning/6. What is Action.srt
6.4 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/3. Terminology of Reinforcement Learning/7. What is Reward.srt
11.8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/3. Terminology of Reinforcement Learning/8. Goal.srt
4.2 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/3. Terminology of Reinforcement Learning/9. Policy.srt
5.3 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/4. GridWorld Example/1. Setup 1.srt
3.8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/4. GridWorld Example/10. GridWorld Summary.srt
6.9 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/4. GridWorld Example/11. Activity.srt
851 B
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/4. GridWorld Example/2. Setup 2.srt
6.2 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/4. GridWorld Example/3. Setup 3.srt
8.5 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/4. GridWorld Example/4. Policy Comparison.srt
10.5 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/4. GridWorld Example/5. Deterministic Environment.srt
9 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/4. GridWorld Example/6. Stochastic Environment.srt
9.8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/4. GridWorld Example/7. Stochastic Environment 2.srt
6.3 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/4. GridWorld Example/8. Stochastic Environment 3.srt
12.7 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/4. GridWorld Example/9. Non Stationary Environment.srt
10.7 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/1. Probability.srt
4.2 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/11. Modeling Uncertainity of Environment.srt
5 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/12. Modeling Uncertainity of Environment 2.srt
4.5 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/13. Modeling Uncertainity of Environment 3.srt
3 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/14. Modeling Uncertainity of Environment Stochastic Policy.srt
3.8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/15. Modeling Uncertainity of Environment Stochastic Policy 2.srt
2.4 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/16. Modeling Uncertainity of Environment Value Functions.srt
9.7 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/17. Running Averages.srt
1.7 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/18. Running Averages 2.srt
5.6 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/19. Running Averages as Temporal Difference.srt
4.6 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/2. Probability 2.srt
6.1 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/3. Probability 3.srt
4.4 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/4. Conditional Probability.srt
6.6 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/5. Conditional Probability Fun Example.srt
6.7 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/6. Joint Probability.srt
4 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/7. Joint probability 2.srt
4.4 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/5. Markov Decision Process Prerequisites/9. Expected Value.srt
7.6 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/6. Elements of Markov Decision Process/1. Markov Property.srt
4.8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/6. Elements of Markov Decision Process/2. State Space.srt
4.6 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/6. Elements of Markov Decision Process/3. Action Space.srt
4.1 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/6. Elements of Markov Decision Process/4. Transition Probabilities.srt
4.3 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/6. Elements of Markov Decision Process/5. Reward Function.srt
4.8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/6. Elements of Markov Decision Process/6. Discount Factor.srt
4.6 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/6. Elements of Markov Decision Process/7. Summary.srt
4.9 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/7. More on Reward/1. MOR Quiz 1.srt
3.8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/7. More on Reward/2. MOR Quiz Solution 1.srt
8.9 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/7. More on Reward/4. MOR Quiz Solution 2.srt
6 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/7. More on Reward/5. MOR Reward Scaling.srt
6.3 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/7. More on Reward/6. MOR Infinite Horizons.srt
8.2 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/7. More on Reward/8. MOR Quiz Solution 3.srt
5.9 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/10. Value Iteration Solution Activity Value Iteration Python.srt
5.8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/11. Problems of Value Iteration.srt
7.2 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/12. Policy Evaluation.srt
9.2 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/13. Policy Evaluation 2.srt
5.6 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/14. Policy Evaluation 3.srt
5.8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/15. Policy Evaluation Closed Form Solution.srt
5 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/16. Policy Evaluation ClosedFormSolution Activity Policy Evaluation Python.srt
4.1 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/17. Policy Iteration.srt
9.4 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/19. State Action Values.srt
8.7 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/2. Value Functions.srt
6 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/20. V and Q Comparisons.srt
6.4 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/3. Optimal Value Function.srt
5.5 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/4. Optimal Policy.srt
6.5 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/5. Bellman Equation.srt
6.8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/6. Value Iteration.srt
4.6 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/8. Solving MDP/9. Value Iteration Solution.srt
12.1 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/9. Value Approximation/2. Why Transition Probabilities are Important.srt
3.8 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/9. Value Approximation/3. Model Based Solutions.srt
5.1 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/9. Value Approximation/5. Monte-Carlo Learning.srt
4.6 KB
[TutsNode.com] - Reinforcement Learning with Python Explained for Beginners/9. Value Approximation/6. Monte-Carlo Learning Example.srt
11.4 KB
Alternative Torrents for 'Reinforcement Learning with Python Explained for Beginners'.