A (Long) Peek into Reinforcement Learning
Brysonbw | 160 points
Is anyone aware of a course that is beyond the basics and is focused on modern algorithms?
antman | a month ago
Very nice! I also recommend the CS885 course from university of Waterloo which is all on YouTube. It covers Bayesian reinforcement learning which is missing from most courses (including this one).
fancyfredbot | a month ago
If you want a (long) peek at RL read Sutton and barto. Amazing book.
jxjnskkzxxhx | a month ago
(2018)
Has RL changed since then?
yamrzou | a month ago
Curious what people here have built using RL?
amelius | a month ago
Lillian's writing is really crisp without compromising the technical details.
I learnt reinforcement learning from Udacity course. It was one of the finest on the internet. Whenever I couldn't find some thing in the course I went to this website. I created my own small introductory course for RL, a pure hands-on experience for learners.