Latest Courses
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Git &Github Practice Tests & Interview Questions (Basic/Adv)Check course
Machine Learning and Deep Learning for Interviews & ResearchCheck course
Laravel | Build Pizza E-commerce WebsiteCheck course
101 - F5 CERTIFICATION EXAMCheck course
Master Python by Practicing 100 QuestionCheck course
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
- 82% Modern Reinforcement Learning: Deep Q Learning in PyTorch

Modern Reinforcement Learning: Deep Q Learning in PyTorch

$17.99Track price

Add your review
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare
8.2/10 (Our Score)
Product is rated as #225 in category Machine Learning

In this complete deep reinforcement learning course you will learn a repeatable framework for reading and implementing deep reinforcement learning research papers. You will read the original papers that introduced the Deep Q learning, Double Deep Q learning, and Dueling Deep Q learning algorithms. You will then learn how to implement these in pythonic and concise PyTorch code, that can be extended to include any future deep Q learning algorithms. These algorithms will be used to solve a variety of environments from the Open AI gym’s Atari library, including Pong, Breakout, and Bankheist.

You will learn the key to making these Deep Q Learning algorithms work, which is how to modify the Open AI Gym’s Atari library to meet the specifications of the original Deep Q Learning papers. You will learn how to:

Repeat actions to reduce computational overhead

Rescale the Atari screen images to increase efficiency

Stack frames to give the Deep Q agent a sense of motion

Evaluate the Deep Q agent’s performance with random no–ops to deal with model over training

Clip rewards to enable the Deep Q learning agent to generalize across Atari games with different score scales

If you do not have prior experience in reinforcement or deep reinforcement learning, that’s no problem. Included in the course is a complete and concise course on the fundamentals of reinforcement learning. The introductory course in reinforcement learning will be taught in the context of solving the Frozen Lake environment from the Open AI Gym.

Instructor Details

In 2012 I received my PhD in experimental condensed matter physics from West Virginia University. Following that I was a dry etch process engineer for Intel Corporation, where I leveraged big data to make essential process improvements for mission critical products. After leaving Intel in 2015, I have worked as a contract and freelance deep learning and artificial intelligence engineer.

Specification: Modern Reinforcement Learning: Deep Q Learning in PyTorch

Duration

5.5 hours

Year

2020

Level

Intermediate

Certificate

Yes

Quizzes

No

23 reviews for Modern Reinforcement Learning: Deep Q Learning in PyTorch

4.6 out of 5
16
6
1
0
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Fredrik Omstedt

    I took this course as preparation for writing my Master’s thesis. I think it was very good in that it dealt with understanding papers, something I definitely will have to do for my thesis. It also gave me a lot of insight on how to tackle a bunch of problems that might arise when doing my own implementations.

    Helpful(0) Unhelpful(0)You have already voted this
  2. Wong Yuh Sheng Reuben

    Phil is an amazing teacher and explains his code, and the ideas behind the implementation well.

    Helpful(0) Unhelpful(0)You have already voted this
  3. Charlotte Dejonckheere

    very clear

    Helpful(0) Unhelpful(0)You have already voted this
  4. Peter Blonner

    Very clear explanations and course mix of theory and practice suits my learning style

    Helpful(0) Unhelpful(0)You have already voted this
  5. Alexandru Jeman

    It is pretty good and straight to the point, above expectation if your are comparing to everything you see around. Code, classes and parameters are well explained, will save you weeks or months of learning.

    Helpful(0) Unhelpful(0)You have already voted this
  6. Robert Edgerton

    Yes. I am a life long learner and this subject intriques me.

    Helpful(0) Unhelpful(0)You have already voted this
  7. Danny

    Some of the things I really liked on this course are paper to code conversion, best, structured and reusable coding practices used throughout the course. Some times I felt like he was going bit faster than my ability to understand new things but of course I can always hit pause or play the video slower.

    Helpful(0) Unhelpful(0)You have already voted this
  8. Robert Wilkerson

    The box classification example is not the best application of RL. Could have picked a better example.

    Helpful(0) Unhelpful(0)You have already voted this
  9. CARLOMARTI149 .

    Perfect. CS Major and C/C++/ some python and want more

    Helpful(0) Unhelpful(0)You have already voted this
  10. Monica Fd

    Amazing course and professor! Really love his style of teaching. I am doing my masters in ML and I am supplementing my courses with his teaching.

    Helpful(0) Unhelpful(0)You have already voted this
  11. Adithya T P

    Really like the coding videos. Hard to come by videos of this quality.

    Helpful(0) Unhelpful(0)You have already voted this
  12. Jason Achonu

    Perfect. Great way to get into the habit of reading papers and implementing them.

    Helpful(0) Unhelpful(0)You have already voted this
  13. Victor Andrean

    I am very very satisfied. Good job Dr. Phil. You make the course concise but still comprehensive. In addition, the part of consolidating all the code. That’s very smart. Thank you so much

    Helpful(0) Unhelpful(0)You have already voted this
  14. AnthonyL

    My hopes; accomplish next level conceptualization. Phil’s approach is shear brilliance.

    Helpful(0) Unhelpful(0)You have already voted this
  15. Keshav Inamdar

    Yes. This has been of immense value to me. I was very comfortable with the maths but was not sure how exactly to implement it. I was trying to struggle my way through using Tensor Flow . But This course gave me a great push in learning on how to implement.

    Helpful(0) Unhelpful(0)You have already voted this
  16. Piotr Ostrowski

    The course is very decent for a person with mathematical background, otherwise it may feel slightly abstract and overwhelming.

    Helpful(0) Unhelpful(0)You have already voted this
  17. Azeruddin Sheikh Azeemuddin Sheikh

    Expert tutor. Love the instructions!

    Helpful(0) Unhelpful(0)You have already voted this
  18. Abhijit Ghosh

    Yes the instructor is good and gives a very good hands on experience rather than theoretical only.

    Helpful(0) Unhelpful(0)You have already voted this
  19. Sanjeev Dubey

    I love that instructor has explicitly mentioned that course has a good difficulty index and would present all tough parts as well (all the maths), rather than making it look like magic and teach nothing or fairly obvious things.

    Helpful(0) Unhelpful(0)You have already voted this
  20. Sai Siddartha Maram

    Clean Coding…apart from the RL part of it.. I am also really enjoying how it is changing the way I used to code in PyTorch

    Helpful(0) Unhelpful(0)You have already voted this
  21. PeterA.

    Thank you Phil for the great work, really made a complex subject more accessible. I apricated the time and effort that you put to go over the papers and the code in detail. The course delivers on its title and goes over deep Q learning in pytorch with clean oop code. The math part was fast and furious but as Phil mentioned at the end, there is literature out there that goes in depth if necessary. The only thing I would like to see added to this course is: how to deal with custom environments and how to model/use them and not just the Atari library.

    Helpful(0) Unhelpful(0)You have already voted this
  22. Ellie Ellie

    This course is impressive, one of the best on RL.

    Helpful(0) Unhelpful(0)You have already voted this
  23. Fred Xu

    Very good material for upper undergrad to ppl prep for graduate school in AI. For me it gives me a very good starting point to do research in RL

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Modern Reinforcement Learning: Deep Q Learning in PyTorch
    Modern Reinforcement Learning: Deep Q Learning in PyTorch

    $17.99

    Price tracking

    Java Code Geeks
    Logo
    Register New Account
    Compare items
    • Total (0)
    Compare