upb-lea
reinforcement_learning_course_materials
Jupyter Notebook

Lecture notes, tutorial tasks including solutions as well as online videos for the reinforcement learning course hosted by Paderborn University

Last updated Jul 5, 2026
1.1k
Stars
251
Forks
0
Issues
+1
Stars/day
Attention Score
94
Language breakdown
Jupyter Notebook 92.6%
TeX 5.1%
Python 1.1%
MATLAB 1.1%
Files click to expand
README

Reinforcement learning course

Build Status [![CC BY 4.0][cc-by-shield]][cc-by] made-with-python made-with-latex

This work is licensed under a [Creative Commons Attribution 4.0 International Public License][cc-by].

[![CC BY 4.0][cc-by-image]][cc-by]

[cc-by]: https://creativecommons.org/licenses/by/4.0/legalcode [cc-by-image]: https://licensebuttons.net/l/by/4.0/88x31.png [cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg

Lecture notes, tutorial tasks including solutions as well as online videos for a reinforcement learning course originally hosted at Paderborn University and transferred to University of Siegen. Source code for the entire course material is open and everyone is cordially invited to use it for self-learning (students) or to set up your own course (lecturers).

Lecture slides (click on preview picture)

  • Introduction to reinforcement learning
* Lecture video, part 1 * Lecture video, part 2 * Lecture slides
  • Markov decision processes
* Lecture video * Lecture slides
  • Dynamic programming
* Lecture video * Lecture slides
  • Monte Carlo methods
* Lecture video * Lecture slides
  • Temporal-difference learning
* Lecture video * Lecture slides
  • Multi-step bootstrapping
* Lecture video * Lecture slides
  • Planning and learning with tabular methods
* Lecture video * Lecture slides
  • Function approximation with supervised learning
* Lecture video * Lecture slides
  • On-policy prediction with function approximation
* Lecture video * Lecture slides
  • Value-based control with function approximation
* Lecture video * Lecture slides
  • Stochastic policy gradient methods
* Lecture video * Lecture slides
  • Deterministic policy gradient methods
* Lecture video * Lecture slides
  • Further contemporary RL algorithms (TRPO, PPO)
* Lecture video * Lecture slides
  • Outlook and Research Insights
* Lecture video * Lecture slides
  • Summary of part one: reinforcement learning in finite state and action spaces
* Lecture slides
  • Summary of part two: reinforcement learning in continuous state and action spaces
* Lecture slides

Exercise content

All exercises are based on Python 3.12 and site-packages according to the requirements.txt:
>>> pip install -r requirements.txt
  • Basics of Python for scientific computing
* Tutorial video (only 2022 edition available due to technical outage) * Tutorial template * Tutorial solution
  • Manually solving basic Markov chain, reward and decision problems
* Tutorial video * Tutorial template * Tutorial solution
  • The beer-bachelor and dynamic programming (the shortest beer problem)
* Tutorial video * Tutorial template * Tutorial solution
  • Drive through the race track with Monte Carlo learning
* Tutorial video * Tutorial template * Tutorial solution
  • Drive even faster using temporal-difference learning
* Tutorial video * Tutorial template * Tutorial solution
  • Stabilizing the inverted pendulum by tabular multi-step methods
* Tutorial video * Tutorial template * Tutorial solution
  • Boosting the inverted pendulum by integrating learning & planning (Dyna framework)
* Tutorial video * Tutorial template * Tutorial solution
  • Predicting the operating behavior of a real electric drive systems with supervised learning
* Tutorial video * Tutorial template * Tutorial solution
  • Evaluate the performance of given agents in the mountain car problem using function approximation
* Tutorial video * Tutorial template * Tutorial solution
  • Escape from the mountain car valley using semi-gradient SARSA & least square policy iteration
* Tutorial video * Tutorial template * Tutorial solution
  • Landing on the moon with REINFORCE and actor-critic methods
* Tutorial video * Tutorial template * Tutorial solution
  • Shoot for the moon with DDPG & PPO
* Tutorial video * Tutorial template * Tutorial solution

Contributions

We highly appreciate any feedback and input to the course material, for example:

  • Reporting typos or content-related issues (please open an issue)
  • Suggesting improvements or corrections (also via issues)
  • Adding or altering content (please submit a pull request)
If you would like to contribute in a larger capacity (e.g., developing new lectures or exercises, maintaining content, or collaborating on course design), please open an issue first so we can coordinate.

Credits

The lecture notes are inspired by The tutorials are partly using pre-packed environments from
  • Gymnasium (maintained branch of OpenAI's Gym)
🔗 More in this category

© 2026 GitRepoTrend · upb-lea/reinforcement_learning_course_materials · Updated daily from GitHub