Each folder contains jupyter notebooks for exercises and their corresponding solutions.
Attempt 💪 the exercises, 👀 the solutions notebook only if you get stuck
- Multi-Armed Bandits exercise,solution
- LinUCB exercise,solution
- Dynamic Programming
- Temporal Difference Learning
Additional Resources:
- Lectures: https://www.youtube.com/watch?v=2pWv7GOvuf0&list=PLqYmG7hTraZDM-OYHWgPebj2MfCFzFObQ
- slides: http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html
- Book: http://incompleteideas.net/book/the-book-2nd.html
Github Repositories used as References: