1

I am doing an online course on Reinforcement Learning from university of Alberta. It focus too much on theory. I am engineering and I am interested towards applying RL to my applications directly.

My question is, is there any website which has sample programmers for beginners. Small sample programs. I have seen several websites for other machine learning topics such as CNN/RNN etc. But the resources for RL are either limited, or I couldn't find them

SJa
  • 371
  • 2
  • 15
  • The course you are referring to does have programming assignments for most of the studied concepts/algorithms. Did you check those? – user5093249 Jun 02 '20 at 09:51
  • Are you looking for something like this https://github.com/dennybritz/reinforcement-learning or a course where they teach RL with a focus on the implementation part too? Do the answers to [this question](https://ai.stackexchange.com/q/18798/2444) answer your question? If yes, feel free to upvote them (including the question), then I will close this question a duplicate of that one. – nbro Jun 02 '20 at 10:16

1 Answers1

1

Firstly, since you are a beginner, I strongly recommend you start reading Sutton's book. It is a really great book.

Then, some tutorials:

udemy rl

udemy deep rl

rl-with-tensorflow

learndatasci

stackabuse

ddaedalus
  • 919
  • 1
  • 6
  • 21