• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
  • Online Degrees
  • Careers
  • Log In
  • Join for Free
    Coursera
    Chevron Left
    Back to Prediction and Control with Function Approximation

    Learner Reviews & Feedback for Prediction and Control with Function Approximation by University of Alberta

    Filled StarFilled StarFilled StarFilled StarFilled Star
    4.8
    stars
    834 ratings

    About the Course

    In this course, you will learn how to solve problems with large, high-dimensional, and potentially infinite state spaces. You will see that
    estimating value functions can be cast as a supervised learning problem---function approximation---allowing you to build agents that carefully
    balance generalization and discrimination in order to maximize reward. We will begin this journey by investigating how our policy evaluation or
    prediction methods like Monte Carlo and TD can be extended to the function approximation setting. You will learn about feature construction
    techniques for RL, and representation learning via neural networks and backprop. We conclude this course with a deep-dive i...
    ...

    Top reviews

    AC

    Dec 2, 2019

    Filled StarFilled StarFilled StarFilled StarFilled Star

    Well peaced and thoughtfully explained course. Highly recommended for anyone willing to set solid grounding in Reinforcement Learning. Thank you Coursera and Univ. of Alberta for the masterclass.

    WP

    Apr 12, 2020

    Filled StarFilled StarFilled StarFilled StarFilled Star

    Difficult but excellent and impressing. Human being is incredible creating such ideas. This course shows a way to the state when all such ingenious ideas will be created by self learning algorithms.

    Filter by:

    101 - 125 of 147 Reviews for Prediction and Control with Function Approximation

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Majd W

    •

    Feb 1, 2020

    Very practical course.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By 李谨杰

    •

    Jun 17, 2020

    Excellent class !!!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Arun S

    •

    May 20, 2023

    i really liked it

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Mohamed A

    •

    Sep 11, 2021

    very good course

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Hugo T K

    •

    Aug 18, 2020

    Excellent course.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Murtaza K B

    •

    Apr 25, 2020

    Excellent course

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Ivan M

    •

    Aug 30, 2020

    Just brilliant

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Juan “ L

    •

    Aug 3, 2022

    great course!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Oriol A L

    •

    Nov 19, 2020

    Very good!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Ben - C L Y

    •

    Jul 8, 2020

    Very good!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Nithiroj T

    •

    Dec 21, 2023

    very good

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Jialong F

    •

    Feb 23, 2021

    gooood!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Justin O

    •

    May 18, 2021

    Great

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Artod

    •

    Feb 27, 2021

    Super

    Filled StarFilled StarFilled StarFilled StarStar

    By Ananthapadmanaban, J

    •

    Jul 20, 2020

    I am disappointed with policy gradients being introduced on last week of the 3rd course. The instructors need to understand that 12 weeks is too much for introduction before starting a good project to implement the concepts with a hope to better understand them (course 4). Policy gradients should have been introduced in week 3/4 of course 2 itself. The content before that should be made more efficient (4 weeks to understand until q-learning/sarsa and 2 weeks to understand function approximation should be enough). I realized after course 2 that Andrew Ng has 3/4 videos on RL in the recently released ML class from Stanford. I am yet to go through them, but I feel they may explain these faster with same amount of rigour. However, the stanford class assignments are not public, which makes this course still useful because of the assignments. However, thanks to the instructors for this course.

    Filled StarFilled StarFilled StarFilled StarStar

    By PHILIP C

    •

    Jun 19, 2021

    This is a good course, but I continue to be disappointed in the lack of detail in the lectures. I fill in the detail with the Deep Mind lectures on Reinforcement Learning by David Silver. The programming assignments are difficult, not because they are challenging, but because the data structures are not well explained and the conceptual connections between the equations in the book and the code structures used for the implementation are not clear. It's like being given somebody's not-very-well-documented code and trying to figure out what they were thinking. All that said, I think that the course offers a lot and I have learned a lot from it so far.

    Filled StarFilled StarFilled StarFilled StarStar

    By Luiz C

    •

    Oct 3, 2019

    Almost perfect, except two ~minor objections:

    1/ the learning content between the 4 weeks is quite unbalanced. The initial weeks of the course are well sized, whereas week #3 and week #4 feel a touch light. It feels like the Instructors rushed to make the Course available online, and didn't have time to put as much content as they wished in the last weeks of the Course

    2/ there are too many typos in some notebooks (specifically notebook of week #3). It gives the impression it was made in a rush, and nobody read over it again. Besides there seems to currently be some issue with this assignment

    Filled StarFilled StarFilled StarFilled StarStar

    By Luka K

    •

    Jan 4, 2021

    It is a good introduction to prediction and control with function approximation. Combining book and instructros results in a simple and nice explanation. What keeps it from the perfect grade are the examples. It would be nice if there are more examples and explained in a more detailed way why and how the example works. For example sometimes instructors would just say that the robot can use this, and that is mostly it. The other thing is more interactive project work. For example I would like to see how is my pendulum moving after N number of episodes. I would feel more satisfactory then.

    Filled StarFilled StarFilled StarFilled StarStar

    By Dmitry S

    •

    Jan 5, 2020

    Definitely a course to take to learn the ropes of RL. For this course, it is critical to follow and math. I'd love to give 5 stars to this course but will however take one away since the course could benefit a lot if the math was made a bit simpler to follow. The book referenced in the course is excellent and does help, but still, some more pedagogical repetition/rephrase, simplification of notation, a bit slower pace of narration would make the course even better. Having said that, this seems to be the best course available at this time. Many thanks to tutors.

    Filled StarFilled StarFilled StarFilled StarStar

    By Hadrien H

    •

    Feb 4, 2021

    I really appreciate that this course gives more hands on and assignments exercises. Really helped a lot in the understanding of the theory. As the books gets deeper into concepts and complexity so does the class, which is nice, but I felt like the depth and complexity in which the online class goes does not really keep up with the book content. Not only by skipping chapters but also by staying a bit at a too high level sometimes. Still a very good course again and really accessible, entertaining and resourceful material and instructors.

    Filled StarFilled StarFilled StarFilled StarStar

    By Stevie W

    •

    May 11, 2021

    It's a great course, and they cover the basics of function approximation. The instructors were clear and knowledgeable, and the content that was covered was solid.

    However, they skip some content that I feel is really important for modern RL, specifically the "deadly triad" regarding the convergence of off-policy approximate TD methods. They also don't discuss or link to papers on PPO or other recent advancements in RL, and I was hoping to learn more about those in particular.

    Filled StarFilled StarFilled StarFilled StarStar

    By Narendra G

    •

    Jul 19, 2020

    This course is important for those who not just want to learn RL for mere sake but want to dive into various topics currently in research (for that reading textbook is of most importance). This specialization would have been even better if it had included some more complex topics from the textbook. To fully comprehend all the topics, guidance from experts is necessary.

    Filled StarFilled StarFilled StarFilled StarStar

    By Nicolas M

    •

    Oct 24, 2020

    Very interesting course: I have learned many things. A translation to other languages would be great: sometimes I can't memorize everything as I would if it was in my mother tongue.

    Using another paper to study ( Experiments with Reinforcement Learningin Problems with Continuous State and Action Space) was a great idea that should be done in other courses.

    Filled StarFilled StarFilled StarFilled StarStar

    By Lucas O S

    •

    Jan 21, 2020

    Great course, deserve 5 stars. It is a good complement to the book, it adds interesting visualizations to help parse the content. The only issues were in the exercises. There are technical issues with the notebook platform where it keeps disconnecting from time to time, with no warning, and you lose your unsaved work (seems like token expiration).

    Filled StarFilled StarFilled StarFilled StarStar

    By Anirban D

    •

    Jul 24, 2022

    Excellent instructors and good concepts and assignments help you learn by doing. My only reason for giving a 4 is that this courses uses some internal tool (RL Glue) and hence none of the Jupyter notebooks are implementable outside. Some well known reinforcement learning framework like tensorforce perhaps should have been used.

    • Chevron Left
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • Chevron Right

    Coursera Footer

    Technical Skills

    • ChatGPT
    • Coding
    • Computer Science
    • Cybersecurity
    • DevOps
    • Ethical Hacking
    • Generative AI
    • Java Programming
    • Python
    • Web Development

    Analytical Skills

    • Artificial Intelligence
    • Big Data
    • Business Analysis
    • Data Analytics
    • Data Science
    • Financial Modeling
    • Machine Learning
    • Microsoft Excel
    • Microsoft Power BI
    • SQL

    Business Skills

    • Accounting
    • Digital Marketing
    • E-commerce
    • Finance
    • Google
    • Graphic Design
    • IBM
    • Marketing
    • Project Management
    • Social Media Marketing

    Career Resources

    • Essential IT Certifications
    • High-Income Skills to Learn
    • How to Get a PMP Certification
    • How to Learn Artificial Intelligence
    • Popular Cybersecurity Certifications
    • Popular Data Analytics Certifications
    • What Does a Data Analyst Do?
    • Career Development Resources
    • Career Aptitude Test
    • Share your Coursera Learning Story

    Coursera

    • About
    • What We Offer
    • Leadership
    • Careers
    • Catalog
    • Coursera Plus
    • Professional Certificates
    • MasterTrack® Certificates
    • Degrees
    • For Enterprise
    • For Government
    • For Campus
    • Become a Partner
    • Social Impact
    • Free Courses
    • ECTS Credit Recommendations

    Community

    • Learners
    • Partners
    • Beta Testers
    • Blog
    • The Coursera Podcast
    • Tech Blog
    • Teaching Center

    More

    • Press
    • Investors
    • Terms
    • Privacy
    • Help
    • Accessibility
    • Contact
    • Articles
    • Directory
    • Affiliates
    • Modern Slavery Statement
    • Manage Cookie Preferences
    Learn Anywhere
    Download on the App Store
    Get it on Google Play
    Logo of Certified B Corporation
    © 2025 Coursera Inc. All rights reserved.
    • Coursera Facebook
    • Coursera Linkedin
    • Coursera Twitter
    • Coursera YouTube
    • Coursera Instagram
    • Coursera TikTok
    Coursera

    Welcome back

    ​
    Your password is hidden
    ​

    or

    New to Coursera?


    Having trouble logging in? Learner help center

    This site is protected by reCAPTCHA Enterprise and the Google Privacy Policy and Terms of Service apply.