This repo contains the practice material - Python exercises, scripts and projects - for all the lectures of the Reinforcement Learning course (Spring 2025) from the Master in Computer Science of Leiden University.
Reinforcement-Learning/
│── Lecture-01/
│ ├── exercise-1.py
│ ├── exercise-2.py
│── Lecture-02/
│ ├── script.py
│── README.md
Make sure you have python installed. You can check by running:
python --versionIf the command "python" is not recognised, make sure you add the path of the folder where python.exe is located to the PATH environment variable.
Navigate to a lecture folder and run a script. Example:
cd Lecture-01
python exercise-1.pyCourse website: https://rl.liacs.nl/home